...
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:
language | xml |
---|---|
title | Apache Staging repo (Maven-format) |
<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:
language | xml |
---|---|
title | Tapestry 5.4-beta-3 dependency (Maven format) |
<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:
-DarchetypeCatalog=https://repository.apache.org/content/groups/staging