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

Compare with Current View Page History

« Previous Version 43 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.x

Tapestry 5.3.6 was released on 12 Oct 2012. 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.3.6

Mirrors

Signature

MD5

Binary (zip)

Download

ASC

4a33c46431bb52f3bd3bcbc3746f44b1

Source (zip)

Download

ASC

e818632b35fefffbc6e11434efba9200

Javadoc (zip)

Download

ASC

8cfeb95b06d87639a10a0dc39fec235c

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

Tapestry 5.2.x

Tapestry 5.2.6 was released 29 Jun 2011 and is expected to be the final release of the 5.2 branch. See the release notes for more details.

Tapestry 5.2.6

Mirrors

Checksum

Signature

Binary (tar.bz2)

Download

MD5

ASC

Binary (tar.gz)

Download

MD5

ASC

Binary (zip)

Download

MD5

ASC

Source (tar.bz2)

Download

MD5

ASC

Source (tar.gz)

Download

MD5

ASC

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

Tapestry 5.1.0.5 was released 23 Apr 2009 and is expected to be the final release for Tapestry 5.1. See the release notes for more details.

Tapestry 5.1.0.5

Mirrors

Checksum

Signature

Binary (tar.bz2)

Download

MD5

ASC

Binary (tar.gz)

Download

MD5

ASC

Binary (zip)

Download

MD5

ASC

Source (tar.bz2)

Download

MD5

ASC

Source (tar.gz)

Download

MD5

ASC

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

Tapestry 4.1.6 was released on 07 Sep 2008 and is the final release of Tapestry 4. See the release notes for details.

Tapestry 4.1.6

Mirrors

Checksum

Signature

Binary (tar.bz2)

Download

MD5

ASC

Binary (tar.gz)

Download

MD5

ASC

Binary (zip)

Download

MD5

ASC

Source/docs (tar.bz2)

Download

MD5

ASC

Source/docs (tar.gz)

Download

MD5

ASC

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.

Tapestry 5.4 is under active development, there have been two alpha releases so far: 5.4 Alpha 1 and 5.4 Alpha 2.

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 also 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