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