MVN

org.jszip.redist : jquery

Maven & Gradle

Jun 10, 2013
3 usages
0 stars

jQuery · jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.

<dependency>
    <groupId>org.jszip.redist</groupId>
    <artifactId>jquery</artifactId>
    <version>1.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.10.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
jquery-2.0.2
jquery-2.0.1
jquery-2.0.0
1.10.x
jquery-1.10.1
jquery-1.10.0
1.9.x
jquery-1.9.1
jquery-1.9.0
1.8.x
jquery-1.8.3
jquery-1.8.2
jquery-1.8.1
jquery-1.8.0
1.7.x
jquery-1.7.2
jquery-1.7.1
1.6.x
jquery-1.6.4
jquery-1.6.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jszip.redist</groupId>
    <artifactId>jquery</artifactId>
    <version>1.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jszip.redist : jquery gradle dependency to your build.gradle file:

implementation 'org.jszip.redist:jquery:1.10.1'

Gradle Kotlin DSL: Add the following org.jszip.redist : jquery gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jszip.redist:jquery:1.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jszip.redist : jquery sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jszip.redist" % "jquery" % "1.10.1"

Advertisement

Dependencies from Group

May 14, 2013
4 usages
0 stars
Jun 10, 2013
3 usages
0 stars
Mar 20, 2013
3 usages
0 stars
Feb 22, 2013
2 usages
0 stars
Dec 04, 2012
1 usages
0 stars

Discover Dependencies