Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Partial updates for today's 5.4.0 release

...

Stable releases should be relatively free of critical bugs and are considered the safest option if stability is a requirement.

Tapestry 5.3.x

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

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.4.x

Tapestry 5.4.0 was released on 19 Dec 2015. See the release notes for more details.

Section
Column

Tapestry 5.4.0

Mirrors

Signature

MD5

Binary (zip)

Download

ASC

coming soon

Source (zip)

Download

ASC

coming soon

Javadoc (zip)

Download

ASC

coming soon
Column
Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.4.0</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

MD5

Binary (zip)

Download

ASC

232d4716e2720f88f6183f7a773b08ff

Source (zip)

Download

ASC

a18045441d202c3f060d7555955d9092

Javadoc (zip)

Download

ASC

fa51d9284f17b32d130e629e8c496d38

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

...

Tapestry 5.4 is under active development and a final relase is near. A release candidate (5.4-rc-1) is available.

 

Section
Column

Tapestry 5.4-rc-1

Mirrors

Signature

MD5

Binary (zip)

Download

ASC

ad3ef2cb0f887fd64d6ad7a108a4f14c

Source (zip)

Download

ASC

6d0be05764d0975c90c3fe6b06fa0513

API Docs (zip)

Download

ASC

4784eb917ddfdaf3298103334676cd23

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

Nightly 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:

...