is not current version
Last Version 3.1.1

com.github.ben-manes.caffeine:jcache 2.3.4

A high performance caching library for Java 8+

Categories

Categories

Caffeine Data Caching
GroupId

GroupId

com.github.ben-manes.caffeine
ArtifactId

ArtifactId

jcache
Version

Version

2.3.4
Type

Type

jar

Download jcache 2.3.4


<!-- https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/jcache/ -->
<dependency>
    <groupId>com.github.ben-manes.caffeine</groupId>
    <artifactId>jcache</artifactId>
    <version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/jcache/
implementation 'com.github.ben-manes.caffeine:jcache:2.3.4'
// https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/jcache/
implementation ("com.github.ben-manes.caffeine:jcache:2.3.4")
'com.github.ben-manes.caffeine:jcache:jar:2.3.4'
<dependency org="com.github.ben-manes.caffeine" name="jcache" rev="2.3.4">
  <artifact name="jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ben-manes.caffeine', module='jcache', version='2.3.4')
)
libraryDependencies += "com.github.ben-manes.caffeine" % "jcache" % "2.3.4"
[com.github.ben-manes.caffeine/jcache "2.3.4"]