is not current version
Last Version 3.6.0

org.webjars:jquery 3.5.1

WebJar for jQuery

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

jquery
Version

Version

3.5.1
Type

Type

jar

Download jquery 3.5.1


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