<dependency> <groupId>com.github.blemale</groupId> <artifactId>scaffeine_3</artifactId> <version>5.1.1</version> </dependency>
implementation 'com.github.blemale:scaffeine_3:5.1.1'
implementation("com.github.blemale:scaffeine_3:5.1.1")
libraryDependencies += "com.github.blemale" % "scaffeine_3" % "5.1.1"
@Grapes( @Grab(group='com.github.blemale', module='scaffeine_3', version='5.1.1') )
<dependency org="com.github.blemale" name="scaffeine_3" rev="5.1.1" />
[com.github.blemale/scaffeine_3 "5.1.1"]
'com.github.blemale:scaffeine_3:jar:5.1.1'
compile
|-- org.scala-lang:scala3-library_3:3.0.2
|-- com.github.ben-manes.caffeine:caffeine:3.0.4
|-- org.scala-lang.modules:scala-java8-compat_3:1.0.0
provided
|-- com.google.code.findbugs:jsr305:3.0.2
test
|-- org.scalactic:scalactic_3:3.2.9
|-- org.scalatest:scalatest_3:3.2.9