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