t

tapestry-simple

Archetype for creating a basic Tapestry 5 application, including Eclipse control files.
http://tapestry.apache.org/tapestry5/${pom.artifactId}/
Files download
File Operation
tapestry-simple-5.0.2.jar download
tapestry-simple-5.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.tapestry</groupId>
  <artifactId>tapestry-simple</artifactId>
  <version>5.0.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.apache.tapestry:tapestry-simple:5.0.2'
Gradle Kotlin
implementation("org.apache.tapestry:tapestry-simple:5.0.2")
Scala SBT
libraryDependencies += "org.apache.tapestry" % "tapestry-simple" % "5.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.tapestry', module='tapestry-simple', version='5.0.2')
)
Apache Ivy
<dependency org="org.apache.tapestry" name="tapestry-simple" rev="5.0.2" />
Leiningen
[org.apache.tapestry/tapestry-simple "5.0.2"]
Apache Buildr
'org.apache.tapestry:tapestry-simple:jar:5.0.2'