is not current version
Last Version 3.1.1

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

Concurrent data-structures for Java

Categories

Categories

Caffeine Data Caching
GroupId

GroupId

com.github.ben-manes.caffeine
ArtifactId

ArtifactId

caffeine
Version

Version

1.1.0
Type

Type

jar

Download caffeine 1.1.0


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