GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdstore |
Version | Version1.3.20 |
Type | Typejar |
Filename | Size |
---|---|
store-1.3.20.pom | |
store-1.3.20.jar | 30 KB |
store-1.3.20-sources.jar | 22 bytes |
store-1.3.20-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/store/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>store</artifactId>
<version>1.3.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/store/
implementation 'org.webjars.npm:store:1.3.20'
// https://jarcasting.com/artifacts/org.webjars.npm/store/
implementation ("org.webjars.npm:store:1.3.20")
'org.webjars.npm:store:jar:1.3.20'
<dependency org="org.webjars.npm" name="store" rev="1.3.20">
<artifact name="store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='store', version='1.3.20')
)
libraryDependencies += "org.webjars.npm" % "store" % "1.3.20"
[org.webjars.npm/store "1.3.20"]