is not current version
Last Version 3.6.0

org.webjars:jquery 1.9.0

WebJar for jQuery

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

jquery
Version

Version

1.9.0
Type

Type

jar

Download jquery 1.9.0


<!-- https://jarcasting.com/artifacts/org.webjars/jquery/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>jquery</artifactId>
    <version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery/
implementation 'org.webjars:jquery:1.9.0'
// https://jarcasting.com/artifacts/org.webjars/jquery/
implementation ("org.webjars:jquery:1.9.0")
'org.webjars:jquery:jar:1.9.0'
<dependency org="org.webjars" name="jquery" rev="1.9.0">
  <artifact name="jquery" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery', version='1.9.0')
)
libraryDependencies += "org.webjars" % "jquery" % "1.9.0"
[org.webjars/jquery "1.9.0"]