| License |
License |
|---|---|
| Categories |
CategoriesCaffeine Data Caching |
| GroupId | GroupIdcom.github.blemale |
| ArtifactId | ArtifactIdscaffeine_2.12 |
| Version | Version4.0.2 |
| Type | Typejar |
| Description |
Descriptionscaffeine
Thin Scala wrapper for Caffeine.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| scaffeine_2.12-4.0.2.pom | |
| scaffeine_2.12-4.0.2.jar | 36 KB |
| scaffeine_2.12-4.0.2-sources.jar | 11 KB |
| scaffeine_2.12-4.0.2-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>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blemale/scaffeine_2.12/
implementation 'com.github.blemale:scaffeine_2.12:4.0.2'
// https://jarcasting.com/artifacts/com.github.blemale/scaffeine_2.12/
implementation ("com.github.blemale:scaffeine_2.12:4.0.2")
'com.github.blemale:scaffeine_2.12:jar:4.0.2'
<dependency org="com.github.blemale" name="scaffeine_2.12" rev="4.0.2">
<artifact name="scaffeine_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blemale', module='scaffeine_2.12', version='4.0.2')
)
libraryDependencies += "com.github.blemale" % "scaffeine_2.12" % "4.0.2"
[com.github.blemale/scaffeine_2.12 "4.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.8 |
| com.github.ben-manes.caffeine : caffeine | jar | 2.8.5 |
| org.scala-lang.modules : scala-java8-compat_2.12 | jar | 0.9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalactic : scalactic_2.12 | jar | 3.2.2 |
| org.scalatest : scalatest_2.12 | jar | 3.2.2 |