is not current version
Last Version 3.1.1

com.github.ben-manes.caffeine:guava 2.5.2

A high performance caching library for Java 8+

Categories

Categories

Caffeine Data Caching Guava General Purpose Libraries Utility
GroupId

GroupId

com.github.ben-manes.caffeine
ArtifactId

ArtifactId

guava
Version

Version

2.5.2
Type

Type

jar

Download guava 2.5.2


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