Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Tapestry can be downloaded in either binary or source format.

Info

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

Section
Column

Tapestry 5.3.8

Mirrors

Signature

MD5

Binary (zip)

Download

ASC

0509cda0f16f96a0ddca9351ec80a59d

Source (zip)

Download

ASC

6de96428545fd235389c51d8e1d9008a

Javadoc (zip)

Download

ASC

f1ba1d4fa6fcbd10467aa5b803a5a001

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 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 a series beta releases so far, and several have been voted for general release. The most recent is 5.4-beta-26.

 

Section
Column

Tapestry 5.4-beta-26

Mirrors

Signature

MD5

Binary (zip)

Download

ASC

9f3765a4712818389765a69e561fb25e

Source (zip)

Download

ASC

52956107049086841b02ecdb18e93b60

API Docs (zip)

Download

ASC

f730230c5850480b211780c0dce702fa

Column
Code Block
languagexml
titleMaven Dependency
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.4-beta-26</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:

Code Block
git clone  http://git-wip-us.apache.org/repos/asf/tapestry-5.git

(See Building Tapestry from Source for more info.)

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.