is not current version
Last Version 2.0.2

com.jakewharton:disklrucache 1.2.1

A disk-based implementaion of a least-recently used cache.

GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

disklrucache
Version

Version

1.2.1
Type

Type

jar

Download disklrucache 1.2.1


<!-- https://jarcasting.com/artifacts/com.jakewharton/disklrucache/ -->
<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>disklrucache</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/disklrucache/
implementation 'com.jakewharton:disklrucache:1.2.1'
// https://jarcasting.com/artifacts/com.jakewharton/disklrucache/
implementation ("com.jakewharton:disklrucache:1.2.1")
'com.jakewharton:disklrucache:jar:1.2.1'
<dependency org="com.jakewharton" name="disklrucache" rev="1.2.1">
  <artifact name="disklrucache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='disklrucache', version='1.2.1')
)
libraryDependencies += "com.jakewharton" % "disklrucache" % "1.2.1"
[com.jakewharton/disklrucache "1.2.1"]