GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdngStorage |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
ngStorage-0.3.0.pom | |
ngStorage-0.3.0.jar | 4 KB |
ngStorage-0.3.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ngStorage/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ngStorage</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ngStorage/
implementation 'org.webjars:ngStorage:0.3.0'
// https://jarcasting.com/artifacts/org.webjars/ngStorage/
implementation ("org.webjars:ngStorage:0.3.0")
'org.webjars:ngStorage:jar:0.3.0'
<dependency org="org.webjars" name="ngStorage" rev="0.3.0">
<artifact name="ngStorage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ngStorage', version='0.3.0')
)
libraryDependencies += "org.webjars" % "ngStorage" % "0.3.0"
[org.webjars/ngStorage "0.3.0"]