| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdjquery.cookie |
| Version | Version1.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jquery.cookie-1.4.0.pom | |
| jquery.cookie-1.4.0.jar | 4 KB |
| jquery.cookie-1.4.0-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery.cookie/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery.cookie</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.cookie/
implementation 'org.webjars.bower:jquery.cookie:1.4.0'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.cookie/
implementation ("org.webjars.bower:jquery.cookie:1.4.0")
'org.webjars.bower:jquery.cookie:jar:1.4.0'
<dependency org="org.webjars.bower" name="jquery.cookie" rev="1.4.0">
<artifact name="jquery.cookie" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery.cookie', version='1.4.0')
)
libraryDependencies += "org.webjars.bower" % "jquery.cookie" % "1.4.0"
[org.webjars.bower/jquery.cookie "1.4.0"]