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