Versions Compared

Key

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

...

Tapestry is primarily available for download via Maven, from the Maven central repository:

Code Block
xml
xml
titleMaven Dependencyxml
 
<dependency> 
<groupId>org.apache.tapestry</groupId> 
<artifactId>tapestry-core</artifactId> 
<version>5.3.7</version> 
</dependency> 

...