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