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