is not current version
Last Version 3.6.0

org.webjars.npm:jquery 2.1.0

WebJar for jquery

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jquery
Version

Version

2.1.0
Type

Type

jar

Download jquery 2.1.0


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