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