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