Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Tapestry 5.3.

...

5

Tapestry 5.3.4 5 was released on 16 Jul 29 Aug 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.

Section
Column

 

Mirrors

Signature

MD5

5.3.4 5 binaries (zip)

Download

ASC

d132f5467397ab87b770a7bc226a73bb fd3f7161e4bb2e6b40ee7b1b4a0dde99

5.3.4 5 sources (zip)

Download

ASC

f1b2ec3980cc6a069e7572731429c0ef 0e7cc337dbf044a4fa2175f42ccd7f74

5.3.4 5 JavaDocs (zip)

Download

ASC

554067611182acc22ae5c20623f23cc2 c260d8658d5cf5694c9524dcb23e6837

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

...