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