Files download
File Operation
cacheable-guava_2.10-0.1.1.jar download
cacheable-guava_2.10-0.1.1.pom download
cacheable-guava_2.10-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cb372</groupId>
  <artifactId>cacheable-guava_2.10</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.cb372:cacheable-guava_2.10:0.1.1'
Gradle Kotlin
implementation("com.github.cb372:cacheable-guava_2.10:0.1.1")
Scala SBT
libraryDependencies += "com.github.cb372" % "cacheable-guava_2.10" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cb372', module='cacheable-guava_2.10', version='0.1.1')
)
Apache Ivy
<dependency org="com.github.cb372" name="cacheable-guava_2.10" rev="0.1.1" />
Leiningen
[com.github.cb372/cacheable-guava_2.10 "0.1.1"]
Apache Buildr
'com.github.cb372:cacheable-guava_2.10:jar:0.1.1'