Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.rcache |
ArtifactId | ArtifactIdrcache |
Version | Version1.0-beta |
Type | Typejar |
Filename | Size |
---|---|
rcache-1.0-beta.pom | |
rcache-1.0-beta.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.rcache/rcache/ -->
<dependency>
<groupId>net.sourceforge.rcache</groupId>
<artifactId>rcache</artifactId>
<version>1.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.rcache/rcache/
implementation 'net.sourceforge.rcache:rcache:1.0-beta'
// https://jarcasting.com/artifacts/net.sourceforge.rcache/rcache/
implementation ("net.sourceforge.rcache:rcache:1.0-beta")
'net.sourceforge.rcache:rcache:jar:1.0-beta'
<dependency org="net.sourceforge.rcache" name="rcache" rev="1.0-beta">
<artifact name="rcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.rcache', module='rcache', version='1.0-beta')
)
libraryDependencies += "net.sourceforge.rcache" % "rcache" % "1.0-beta"
[net.sourceforge.rcache/rcache "1.0-beta"]