is not current version
Last Version 1.1

net.sf.jsr107cache:jsr107cache 1.0

jsr107cache is a place for the evolving JCACHE API so that code can be written to the spec before final release.

Categories

Categories

Net
GroupId

GroupId

net.sf.jsr107cache
ArtifactId

ArtifactId

jsr107cache
Version

Version

1.0
Type

Type

jar

Download jsr107cache 1.0


<!-- https://jarcasting.com/artifacts/net.sf.jsr107cache/jsr107cache/ -->
<dependency>
    <groupId>net.sf.jsr107cache</groupId>
    <artifactId>jsr107cache</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jsr107cache/jsr107cache/
implementation 'net.sf.jsr107cache:jsr107cache:1.0'
// https://jarcasting.com/artifacts/net.sf.jsr107cache/jsr107cache/
implementation ("net.sf.jsr107cache:jsr107cache:1.0")
'net.sf.jsr107cache:jsr107cache:jar:1.0'
<dependency org="net.sf.jsr107cache" name="jsr107cache" rev="1.0">
  <artifact name="jsr107cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jsr107cache', module='jsr107cache', version='1.0')
)
libraryDependencies += "net.sf.jsr107cache" % "jsr107cache" % "1.0"
[net.sf.jsr107cache/jsr107cache "1.0"]