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