is not current version
Last Version 3.1.1

com.github.ben-manes.caffeine:caffeine 2.6.2

A high performance caching library for Java 8+

Categories

Categories

Caffeine Data Caching
GroupId

GroupId

com.github.ben-manes.caffeine
ArtifactId

ArtifactId

caffeine
Version

Version

2.6.2
Type

Type

jar

Download caffeine 2.6.2


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