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
文件下载
文件名 操作
jquery-2.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.jszip.redist</groupId>
  <artifactId>jquery</artifactId>
  <version>2.0.2</version>
  <type>jszip</type>
</dependency>
Gradle Groovy
implementation 'org.jszip.redist:jquery:2.0.2'
Gradle Kotlin
implementation("org.jszip.redist:jquery:2.0.2")
Scala SBT
libraryDependencies += "org.jszip.redist" % "jquery" % "2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jszip.redist', module='jquery', version='2.0.2')
)
Apache Ivy
<dependency org="org.jszip.redist" name="jquery" rev="2.0.2" />
Leiningen
[org.jszip.redist/jquery "2.0.2"]
Apache Buildr
'org.jszip.redist:jquery:jar:2.0.2'