GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdlocstor |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
locstor-1.0.7.pom | |
locstor-1.0.7.jar | 5 KB |
locstor-1.0.7-sources.jar | 3 KB |
locstor-1.0.7-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/locstor/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>locstor</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/locstor/
implementation 'org.webjars:locstor:1.0.7'
// https://jarcasting.com/artifacts/org.webjars/locstor/
implementation ("org.webjars:locstor:1.0.7")
'org.webjars:locstor:jar:1.0.7'
<dependency org="org.webjars" name="locstor" rev="1.0.7">
<artifact name="locstor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='locstor', version='1.0.7')
)
libraryDependencies += "org.webjars" % "locstor" % "1.0.7"
[org.webjars/locstor "1.0.7"]