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