Categories |
CategoriesCaffeine Data Caching |
---|---|
GroupId | GroupIdcom.github.blemale |
ArtifactId | ArtifactIdscaffeine_2.12 |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
scaffeine_2.12-3.0.0.pom | |
scaffeine_2.12-3.0.0.jar | 33 KB |
scaffeine_2.12-3.0.0-sources.jar | 10 KB |
scaffeine_2.12-3.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.blemale/scaffeine_2.12/ -->
<dependency>
<groupId>com.github.blemale</groupId>
<artifactId>scaffeine_2.12</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blemale/scaffeine_2.12/
implementation 'com.github.blemale:scaffeine_2.12:3.0.0'
// https://jarcasting.com/artifacts/com.github.blemale/scaffeine_2.12/
implementation ("com.github.blemale:scaffeine_2.12:3.0.0")
'com.github.blemale:scaffeine_2.12:jar:3.0.0'
<dependency org="com.github.blemale" name="scaffeine_2.12" rev="3.0.0">
<artifact name="scaffeine_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blemale', module='scaffeine_2.12', version='3.0.0')
)
libraryDependencies += "com.github.blemale" % "scaffeine_2.12" % "3.0.0"
[com.github.blemale/scaffeine_2.12 "3.0.0"]