Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that the recommended distribution method of binary and source JARs is via Maven repository. Binaries, source code, and Javadocs are also available as a zip archive.

Tapestry 5.

...

8.x

Tapestry 5.58.0 4 was released on 19 Mar 20206 Feb 2024. See the release notes for more details.

Section


Column


Tapestry 5.58.04

Mirrors

Signature

MD5

SHA-256 Checksum

Binary (zip)

Download

ASCMD5

SHA-256

Source (zip)

Download

ASCMD5

SHA-256

Javadoc (zip)

Download

ASC

MD5

not available



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.58.0<4</version>
</dependency>



Tapestry 5.

...

7.x

Tapestry 5.47.5 3 was released on 06 Sep 201913 July 2021. See the release notes for more details.

Section


Column


Tapestry 5.47.53

Mirrors

SignatureMD5

SHA-256 Checksum

Binary (zip)

Download

ASCMD5

SHA-256

Source (zip)

Download

ASCMD5

SHA-256

Javadoc (zip)

Download

ASC

MD5SHA-256not available



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.47.5<3</version>
</dependency>



Tapestry 5.

...

6.x

Tapestry 5.36.8 4 was released on 20 Nov 201412 Mar 2021. See the release notes for more details.

Section


Column


Tapestry 5.36.84

Mirrors

SignatureMD5

Checksum

Binary (zip)

Download

ASCMD5

SHA-256

Source (zip)

Download

ASCMD5

SHA-256

Javadoc (zip)

Download

ASCMD5

not available



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.36.8<4</version>
</dependency>

Archives

Looking for an older version of Tapestry? Try the archives.

Releases Under Development

Releases under development are less stable; alpha releases are often incomplete; beta releases occur in the lead up to creation of a stable release.



Tapestry 5.5.x

Tapestry 5.5.0 was released on 19 Mar 2020. See the release notes for more details.

Section


Column


Tapestry 5.5.0

Mirrors

Signature

Checksum

Binary (zip)

Download

ASC

SHA-256

Source (zip)

Download

ASC

SHA-256

Javadoc (zip)

Download

ASC

not available



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.5.0</version>
</dependency>



Tapestry 5.4.x

Tapestry 5.4.5 was released on 06 Sep 2019. See the release notes for more detailsTapestry 5.6 is under active development (mirror at https://github.com/apache/tapestry-5).

Section


Column


Tapestry 5.4.5-rc-1

Mirrors

SignatureMD5

Checksum

Binary (zip)

Not available yet Download

ASC

SHA-256 - MD5

Source (zip)

Not available yet Download

ASC

SHA-256 - MD5

API Docs Javadoc (zip)

Not available yet Download

ASC

SHA-256 - MD5



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.6-rc-1<4.5</version>
</dependency>



Tapestry 5.3.x

Tapestry 5.3.8 was released on 20 Nov 2014. See the release notes for more details.

Section


Column


Tapestry 5.3.8

Mirrors

Signature

Checksum

Binary (zip)

Download

ASC

MD5

Source (zip)

Download

ASC

MD5

Javadoc (zip)

Download

ASC

MD5



Column


Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.3.8</version>
</dependency>




Archives

Looking for an older version of Tapestry? Try the archivesNightly snapshot binaries are also available in Apache's Nexus Maven repository under the subdirectories of https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry. Please be aware that nightly snapshots have not been reviewed and may have significant stability problems from time to time.

Download sources

The source download links are listed in the boxes above. In addition, the source code can be checked out anonymously from Git with the clone command:

...