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