is not current version
Last Version 3.1.1

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

Concurrent data-structures for Java

Categories

Categories

Caffeine Data Caching
GroupId

GroupId

com.github.ben-manes.caffeine
ArtifactId

ArtifactId

caffeine
Version

Version

1.0.1
Type

Type

jar

Download caffeine 1.0.1


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