MVN

tapestry : tapestry-contrib

Maven & Gradle

Apr 13, 2006
5 usages
<dependency>
    <groupId>tapestry</groupId>
    <artifactId>tapestry-contrib</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tapestry : tapestry-contrib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2
  • Latest Release Candidate: 4.0-rc-3
  • Latest Beta: 4.0-beta-13
  • Latest Alpha: 4.0-alpha-3

All Versions

Choose a version of tapestry : tapestry-contrib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
tapestry-contrib-4.0.2
tapestry-contrib-4.0.1
4.0
tapestry-contrib-4.0
tapestry-contrib-4.0-rc-3
tapestry-contrib-4.0-rc-2
tapestry-contrib-4.0-rc-1
tapestry-contrib-4.0-beta-13
tapestry-contrib-4.0-beta-12
tapestry-contrib-4.0-beta-11
tapestry-contrib-4.0-beta-10
tapestry-contrib-4.0-beta-9
tapestry-contrib-4.0-beta-8
tapestry-contrib-4.0-beta-7
tapestry-contrib-4.0-beta-6
tapestry-contrib-4.0-beta-5
tapestry-contrib-4.0-beta-4
tapestry-contrib-4.0-beta-3
tapestry-contrib-4.0-beta-2
tapestry-contrib-4.0-beta-1
tapestry-contrib-4.0-alpha-3
tapestry-contrib-4.0-alpha-2
3.1
tapestry-contrib-3.1-alpha-1
3.0.x
tapestry-contrib-3.0.3
tapestry-contrib-3.0.2
tapestry-contrib-3.0.1
3.0
tapestry-contrib-3.0
tapestry-contrib-3.0-beta-2

How to add a dependency to Maven

Add the following tapestry : tapestry-contrib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tapestry</groupId>
    <artifactId>tapestry-contrib</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tapestry : tapestry-contrib gradle dependency to your build.gradle file:

implementation 'tapestry:tapestry-contrib:4.0.2'

Gradle Kotlin DSL: Add the following tapestry : tapestry-contrib gradle kotlin dependency to your build.gradle.kts file:

implementation("tapestry:tapestry-contrib:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tapestry : tapestry-contrib sbt scala dependency to your build.sbt file:

libraryDependencies += "tapestry" % "tapestry-contrib" % "4.0.2"

Advertisement