MVN

com.github.lltyk : tapestry5-jquery

Maven & Gradle

Jun 12, 2012
111 stars

Tapestry 5 JQuery library · Tapestry5-jQuery

<dependency>
    <groupId>com.github.lltyk</groupId>
    <artifactId>tapestry5-jquery</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lltyk : tapestry5-jquery to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1

All Versions

Choose a version of com.github.lltyk : tapestry5-jquery to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
tapestry5-jquery-3.2.1
tapestry5-jquery-3.2.0
3.0.x
tapestry5-jquery-3.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.lltyk</groupId>
    <artifactId>tapestry5-jquery</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lltyk : tapestry5-jquery gradle dependency to your build.gradle file:

implementation 'com.github.lltyk:tapestry5-jquery:3.2.1'

Gradle Kotlin DSL: Add the following com.github.lltyk : tapestry5-jquery gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lltyk:tapestry5-jquery:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lltyk : tapestry5-jquery sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lltyk" % "tapestry5-jquery" % "3.2.1"

Advertisement