j
Files download
File Operation
jsr107cache-1.1.jar download
jsr107cache-1.1.pom download
jsr107cache-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jsr107cache</groupId>
  <artifactId>jsr107cache</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jsr107cache:jsr107cache:1.1'
Gradle Kotlin
implementation("net.sf.jsr107cache:jsr107cache:1.1")
Scala SBT
libraryDependencies += "net.sf.jsr107cache" % "jsr107cache" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jsr107cache', module='jsr107cache', version='1.1')
)
Apache Ivy
<dependency org="net.sf.jsr107cache" name="jsr107cache" rev="1.1" />
Leiningen
[net.sf.jsr107cache/jsr107cache "1.1"]
Apache Buildr
'net.sf.jsr107cache:jsr107cache:jar:1.1'
Dependencies