You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 35 Next »

Tapestry can be downloaded in either binary or source format.

The easiest way to download Tapestry and its dependencies is using Maven, as described in Getting Started.

See the Release Notes for differences between versions and how to upgrade.

Stable Releases

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

Tapestry 5.3.4

Tapestry 5.3.4 was released on 16 Jul 2012. See the release notes for more details.

Note that the primary distribution method of binary and source JARS is now via Maven repository; binaries, sources, and JavaDocs are also available as a zip archive.

 

Mirrors

Signature

MD5

5.3.4 binaries (zip)

Download

ASC

d132f5467397ab87b770a7bc226a73bb

5.3.4 sources (zip)

Download

ASC

f1b2ec3980cc6a069e7572731429c0ef

5.3.4 JavaDocs (zip)

Download

ASC

554067611182acc22ae5c20623f23cc2

Maven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.3.4</version>
</dependency>

Tapestry 5.2.6

Tapestry 5.2.6 (released Jun 29 2011) is a maintenance release addressing some minor issues in Tapestry 5.2. See the release notes for more details about features and upgrade information.

 

Mirrors

Checksum

Signature

tapestry-bin 5.2.6 binary (tar.bz2)

Download

MD5

ASC

tapestry-bin 5.2.6 binary (tar.gz)

Download

MD5

ASC

tapestry-bin 5.2.6 binary (zip)

Download

MD5

ASC

tapestry-src 5.2.6 source (tar.bz2)

Download

MD5

ASC

tapestry-src 5.2.6 source (tar.gz)

Download

MD5

ASC

tapestry-src 5.2.6 source (zip)

Download

MD5

ASC

Maven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.2.6</version>
</dependency>

Tapestry 5.1.0.5

Tapestry 5.1.0.5 is the stable release for Tapestry 5.1. Released Apr 23, 2009, Tapestry 5.1 addresses some limitations in 5.0 and improves performance and scalability.

 

Mirrors

Checksum

Signature

tapestry-bin 5.1.0.5 binary (tar.bz2)

Download

MD5

ASC

tapestry-bin 5.1.0.5 binary (tar.gz)

Download

MD5

ASC

tapestry-bin 5.1.0.5 binary (zip)

Download

MD5

ASC

tapestry-src 5.1.0.5 source (tar.bz2)

Download

MD5

ASC

tapestry-src 5.1.0.5 source (tar.gz)

Download

MD5

ASC

tapestry-src 5.1.0.5 source (zip)

Download

MD5

ASC

Maven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.1.0.5</version>
</dependency>

Tapestry 4.1.6

Tapestry 4.1.6 is the final version of Tapestry 4. Released Sep 7, 2008, it improved upon early Tapestry 4 releases with bug fixes, AJAX support and performance enhancements. See Tapestry 4 release notes

 

Mirrors

Checksum

Signature

4.1.6 binary (tar.bz2)

Download

MD5

ASC

4.1.6 binary (tar.gz)

Download

MD5

ASC

4.1.6 binary (zip)

Download

MD5

ASC

4.1.6 source/docs (tar.bz2)

Download

MD5

ASC

4.1.6 source/docs (tar.gz)

Download

MD5

ASC

4.1.6 source/docs (zip)

Download

MD5

ASC

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.

Download sources

The source code can be checked out anonymously from Git with the clone command:

git clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git

Versions 5.3.2 and earlier are available via Subversion, at https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/

Access from behind a firewall

Refer to the documentation of your Git client for more information about access behind a firewall. Generally this requires configuring access through a proxy (by specifying the proxy host and port) or opening up a port on the firewall.

  • No labels