Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replace {code} blocks with preformatted blocks

...

If you're using Maven (or Gradle or Ivy, etc), you'll need to add the Apache staging repository to your configured list of Maven repositories first:

 

Code Block
languagexml
titleApache Staging repo (Maven-format)
<repository>
<repository>
    <id>apachestaging</id>
    <name>Apache Staging Repository</name>
    <url>https://repository.apache.org/content/groups/staging</url>
    <layout>default</layout>
</repository>

and here's the dependency:

Code Block
languagexml
titleTapestry 5.4-beta-3 dependency (Maven format)
<dependency>
<dependency>
    <groupId>org.apache.tapestry</groupId>
    <artifactId>tapestry-core</artifactId>
    <version>5.4-beta-3</version>
    <type>jar</type>
</dependency>

There is also a Maven archetype available, so you can build a quick little starter project as described at Getting Started, but specifying an alternative catalog:

Code Block
-DarchetypeCatalog=https://repository.apache.org/content/groups/staging