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