Last Version

Disk LRU Cache 2.0.2

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

License

License

GroupId

GroupId

com.jakewharton
ArtifactId

ArtifactId

disklrucache
Version

Version

2.0.2
Type

Type

jar
Description

Description

Disk LRU Cache
A disk-based implementaion of a least-recently used cache.
Project URL

Project URL

https://github.com/JakeWharton/DiskLruCache/
Project Organization

Project Organization

Jake Wharton
Source Code Management

Source Code Management

http://github.com/JakeWharton/DiskLruCache/

Download disklrucache 2.0.2


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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.10
commons-io : commons-io jar 2.1
org.easytesting : fest-assert-core jar 2.0M10

Project Modules

There are no modules declared in this project.