Files download
File Operation
jcache-2.9.1.jar download
jcache-2.9.1.pom download
jcache-2.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ben-manes.caffeine</groupId>
  <artifactId>jcache</artifactId>
  <version>2.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.ben-manes.caffeine:jcache:2.9.1'
Gradle Kotlin
implementation("com.github.ben-manes.caffeine:jcache:2.9.1")
Scala SBT
libraryDependencies += "com.github.ben-manes.caffeine" % "jcache" % "2.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ben-manes.caffeine', module='jcache', version='2.9.1')
)
Apache Ivy
<dependency org="com.github.ben-manes.caffeine" name="jcache" rev="2.9.1" />
Leiningen
[com.github.ben-manes.caffeine/jcache "2.9.1"]
Apache Buildr
'com.github.ben-manes.caffeine:jcache:jar:2.9.1'