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.

...

4

Tapestry 5.3.3 4 was released on 24 Apr 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.

Section
Column

 

Mirrors

Signature

MD5

5.3.3 4 binaries (zip)

Download

ASC

acde75c482ba23e94226103c53ac420b d132f5467397ab87b770a7bc226a73bb

5.3.3 4 sources (zip)

Download

ASC

c2fe8301739ce11c3b83565102d11e4b f1b2ec3980cc6a069e7572731429c0ef

5.3.3 4 JavaDocs (zip)

Download

ASC

2b5bf2cc38f33d6b6be9df8589d52039 554067611182acc22ae5c20623f23cc2

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

...