<dependency> <groupId>com.github.blemale</groupId> <artifactId>scaffeine_2.13</artifactId> <version>4.1.0</version> </dependency>
implementation 'com.github.blemale:scaffeine_2.13:4.1.0'
implementation("com.github.blemale:scaffeine_2.13:4.1.0")
libraryDependencies += "com.github.blemale" % "scaffeine_2.13" % "4.1.0"
@Grapes( @Grab(group='com.github.blemale', module='scaffeine_2.13', version='4.1.0') )
<dependency org="com.github.blemale" name="scaffeine_2.13" rev="4.1.0" />
[com.github.blemale/scaffeine_2.13 "4.1.0"]
'com.github.blemale:scaffeine_2.13:jar:4.1.0'
compile
|-- org.scala-lang:scala-library:2.13.6
|-- com.github.ben-manes.caffeine:caffeine:2.9.1
|-- org.scala-lang.modules:scala-java8-compat_2.13:1.0.0
provided
|-- com.google.code.findbugs:jsr305:3.0.2
|-- com.github.ghik:silencer-lib_2.13.6:1.7.5
test
|-- org.scalactic:scalactic_2.13:3.2.9
|-- org.scalatest:scalatest_2.13:3.2.9