Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed language param of code macro

...

Section
Column

Tapestry 5.3.7

Mirrors

Signature

MD5

Binary (zip)

Download

ASC

514b97b944cc438cfcda51183514374a

Source (zip)

Download

ASC

ca9adf3b12da7b797516f40f445326f3

Javadoc (zip)

Download

ASC

8e564311a4126111fdfdd05996c74b02

Column
Code Block
languagexml
titleMaven Dependencyxml

<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-core</artifactId>
  <version>5.3.7</version>
</dependency>

...

Section
Column

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

Column
Code Block
languagexml
titleMaven Dependencyxml

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

...

Section
Column

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

Column
Code Block
languagexml
titleMaven Dependencyxml

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

...

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

...