Categories |
CategoriesCaffeine Data Caching |
---|---|
GroupId | GroupIdcom.github.ben-manes.caffeine |
ArtifactId | ArtifactIdcaffeine |
Version | Version2.5.2 |
Type | Typejar |
Filename | Size |
---|---|
caffeine-2.5.2.pom | |
caffeine-2.5.2.jar | 983 KB |
caffeine-2.5.2-tests.jar | 377 KB |
caffeine-2.5.2-sources.jar | 152 KB |
caffeine-2.5.2-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/caffeine/ -->
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/caffeine/
implementation 'com.github.ben-manes.caffeine:caffeine:2.5.2'
// https://jarcasting.com/artifacts/com.github.ben-manes.caffeine/caffeine/
implementation ("com.github.ben-manes.caffeine:caffeine:2.5.2")
'com.github.ben-manes.caffeine:caffeine:jar:2.5.2'
<dependency org="com.github.ben-manes.caffeine" name="caffeine" rev="2.5.2">
<artifact name="caffeine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ben-manes.caffeine', module='caffeine', version='2.5.2')
)
libraryDependencies += "com.github.ben-manes.caffeine" % "caffeine" % "2.5.2"
[com.github.ben-manes.caffeine/caffeine "2.5.2"]