MVN

org.got5 : tapestry5-jquery

Maven & Gradle

Dec 13, 2016
3 usages
111 stars

Tapestry 5 JQuery Library · Tapestry Components Library

<dependency>
    <groupId>org.got5</groupId>
    <artifactId>tapestry5-jquery</artifactId>
    <version>3.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.got5 : tapestry5-jquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.3
  • Latest Release Candidate: 4.0-rc-1
  • Latest Beta: 4.0-beta-29

All Versions

Choose a version of org.got5 : tapestry5-jquery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
tapestry5-jquery-4.1.1
tapestry5-jquery-4.1.0
4.0.x
tapestry5-jquery-4.0.0
4.0
tapestry5-jquery-4.0-rc-1
tapestry5-jquery-4.0-beta-29
3.5.x
tapestry5-jquery-3.5.3
tapestry5-jquery-3.5.2
tapestry5-jquery-3.5.1
tapestry5-jquery-3.5.0
tapestry5-jquery-3.5.0-SNASPHSOT
3.4.x
tapestry5-jquery-3.4.2

How to add a dependency to Maven

Add the following org.got5 : tapestry5-jquery maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.got5</groupId>
    <artifactId>tapestry5-jquery</artifactId>
    <version>3.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.got5 : tapestry5-jquery gradle dependency to your build.gradle file:

implementation 'org.got5:tapestry5-jquery:3.5.3'

Gradle Kotlin DSL: Add the following org.got5 : tapestry5-jquery gradle kotlin dependency to your build.gradle.kts file:

implementation("org.got5:tapestry5-jquery:3.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.got5 : tapestry5-jquery sbt scala dependency to your build.sbt file:

libraryDependencies += "org.got5" % "tapestry5-jquery" % "3.5.3"

Advertisement