is not current version
Last Version 2.0.2

com.jakewharton:disklrucache 2.0.1

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

GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

disklrucache
Version

Version

2.0.1
Type

Type

jar

Download disklrucache 2.0.1


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