t

tapestry

Files download
File Operation
tapestry-4.0.2.jar download
tapestry-4.0.2.pom download
Apache Maven
<dependency>
  <groupId>tapestry</groupId>
  <artifactId>tapestry</artifactId>
  <version>4.0.2</version>
</dependency>
Gradle Groovy
implementation 'tapestry:tapestry:4.0.2'
Gradle Kotlin
implementation("tapestry:tapestry:4.0.2")
Scala SBT
libraryDependencies += "tapestry" % "tapestry" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='tapestry', module='tapestry', version='4.0.2')
)
Apache Ivy
<dependency org="tapestry" name="tapestry" rev="4.0.2" />
Leiningen
[tapestry/tapestry "4.0.2"]
Apache Buildr
'tapestry:tapestry:jar:4.0.2'