<dependency> <groupId>org.webjars</groupId> <artifactId>jquery</artifactId> <version>1.11.0-1</version> </dependency>
implementation 'org.webjars:jquery:1.11.0-1'
implementation("org.webjars:jquery:1.11.0-1")
libraryDependencies += "org.webjars" % "jquery" % "1.11.0-1"
@Grapes( @Grab(group='org.webjars', module='jquery', version='1.11.0-1') )
<dependency org="org.webjars" name="jquery" rev="1.11.0-1" />
[org.webjars/jquery "1.11.0-1"]
'org.webjars:jquery:jar:1.11.0-1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>