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