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