GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdcacache |
Version | Version10.0.4 |
Type | Typejar |
Filename | Size |
---|---|
cacache-10.0.4.pom | |
cacache-10.0.4.jar | 42 KB |
cacache-10.0.4-sources.jar | 22 bytes |
cacache-10.0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cacache/
implementation 'org.webjars.npm:cacache:10.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/cacache/
implementation ("org.webjars.npm:cacache:10.0.4")
'org.webjars.npm:cacache:jar:10.0.4'
<dependency org="org.webjars.npm" name="cacache" rev="10.0.4">
<artifact name="cacache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cacache', version='10.0.4')
)
libraryDependencies += "org.webjars.npm" % "cacache" % "10.0.4"
[org.webjars.npm/cacache "10.0.4"]