j

jquery

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
http://jszip.org/redist/jquery
MIT License
Files download
File Operation
jquery-1.7.1.pom download
Apache Maven
<dependency>
  <groupId>org.jszip.redist</groupId>
  <artifactId>jquery</artifactId>
  <version>1.7.1</version>
  <type>jszip</type>
</dependency>
Gradle Groovy
implementation 'org.jszip.redist:jquery:1.7.1'
Gradle Kotlin
implementation("org.jszip.redist:jquery:1.7.1")
Scala SBT
libraryDependencies += "org.jszip.redist" % "jquery" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.jszip.redist', module='jquery', version='1.7.1')
)
Apache Ivy
<dependency org="org.jszip.redist" name="jquery" rev="1.7.1" />
Leiningen
[org.jszip.redist/jquery "1.7.1"]
Apache Buildr
'org.jszip.redist:jquery:jar:1.7.1'