GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbackbone-localstorage |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
backbone-localstorage-1.1.0.pom | |
backbone-localstorage-1.1.0.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/backbone-localstorage/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>backbone-localstorage</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/backbone-localstorage/
implementation 'org.webjars:backbone-localstorage:1.1.0'
// https://jarcasting.com/artifacts/org.webjars/backbone-localstorage/
implementation ("org.webjars:backbone-localstorage:1.1.0")
'org.webjars:backbone-localstorage:jar:1.1.0'
<dependency org="org.webjars" name="backbone-localstorage" rev="1.1.0">
<artifact name="backbone-localstorage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='backbone-localstorage', version='1.1.0')
)
libraryDependencies += "org.webjars" % "backbone-localstorage" % "1.1.0"
[org.webjars/backbone-localstorage "1.1.0"]