is not current version
Last Version 3.6.0

org.webjars.npm:jquery 1.12.3

WebJar for jquery

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jquery
Version

Version

1.12.3
Type

Type

jar

Download jquery 1.12.3


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