<dependency> <groupId>com.github.blemale</groupId> <artifactId>scaffeine_2.13</artifactId> <version>4.0.2</version> </dependency>
implementation 'com.github.blemale:scaffeine_2.13:4.0.2'
implementation("com.github.blemale:scaffeine_2.13:4.0.2")
libraryDependencies += "com.github.blemale" % "scaffeine_2.13" % "4.0.2"
@Grapes( @Grab(group='com.github.blemale', module='scaffeine_2.13', version='4.0.2') )
<dependency org="com.github.blemale" name="scaffeine_2.13" rev="4.0.2" />
[com.github.blemale/scaffeine_2.13 "4.0.2"]
'com.github.blemale:scaffeine_2.13:jar:4.0.2'
compile
|-- org.scala-lang:scala-library:2.13.1
|-- com.github.ben-manes.caffeine:caffeine:2.8.5
|-- org.scala-lang.modules:scala-java8-compat_2.13:0.9.1
provided
|-- com.google.code.findbugs:jsr305:3.0.2
test
|-- org.scalactic:scalactic_2.13:3.2.2
|-- org.scalatest:scalatest_2.13:3.2.2