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