<dependency> <groupId>com.velocidi</groupId> <artifactId>apso-caching_2.13</artifactId> <version>0.16.6</version> </dependency>
implementation 'com.velocidi:apso-caching_2.13:0.16.6'
implementation("com.velocidi:apso-caching_2.13:0.16.6")
libraryDependencies += "com.velocidi" % "apso-caching_2.13" % "0.16.6"
@Grapes( @Grab(group='com.velocidi', module='apso-caching_2.13', version='0.16.6') )
<dependency org="com.velocidi" name="apso-caching_2.13" rev="0.16.6" />
[com.velocidi/apso-caching_2.13 "0.16.6"]
'com.velocidi:apso-caching_2.13:jar:0.16.6'
compile
|-- org.scala-lang:scala-library:2.13.4
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
test
|-- net.ruippeixotog:akka-testkit-specs2_2.13:0.3.0
|-- org.specs2:specs2-core_2.13:4.8.3