n

net.java.html.lib.jquery

Files download
File Operation
net.java.html.lib.jquery-0.5.jar download
net.java.html.lib.jquery-0.5.pom download
net.java.html.lib.jquery-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dukescript.libraries</groupId>
  <artifactId>net.java.html.lib.jquery</artifactId>
  <version>0.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.dukescript.libraries:net.java.html.lib.jquery:0.5'
Gradle Kotlin
implementation("com.dukescript.libraries:net.java.html.lib.jquery:0.5")
Scala SBT
libraryDependencies += "com.dukescript.libraries" % "net.java.html.lib.jquery" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.dukescript.libraries', module='net.java.html.lib.jquery', version='0.5')
)
Apache Ivy
<dependency org="com.dukescript.libraries" name="net.java.html.lib.jquery" rev="0.5" />
Leiningen
[com.dukescript.libraries/net.java.html.lib.jquery "0.5"]
Apache Buildr
'com.dukescript.libraries:net.java.html.lib.jquery:jar:0.5'