MVN

com.jakewharton : disklrucache

Maven & Gradle

Jun 19, 2013
60 usages
5.7k stars

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

<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>disklrucache</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jakewharton : disklrucache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.jakewharton : disklrucache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
disklrucache-2.0.2
disklrucache-2.0.1
disklrucache-2.0.0
1.3.x
disklrucache-1.3.1
disklrucache-1.3.0
1.2.x
disklrucache-1.2.1
disklrucache-1.2.0
1.1.x
disklrucache-1.1.0
1.0.x
disklrucache-1.0.0

How to add a dependency to Maven

Add the following com.jakewharton : disklrucache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jakewharton</groupId>
    <artifactId>disklrucache</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jakewharton : disklrucache gradle dependency to your build.gradle file:

implementation 'com.jakewharton:disklrucache:2.0.2'

Gradle Kotlin DSL: Add the following com.jakewharton : disklrucache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jakewharton:disklrucache:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jakewharton : disklrucache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jakewharton" % "disklrucache" % "2.0.2"

Advertisement

Dependencies from Group

Aug 12, 2020
94 usages
25.5k stars
Jun 19, 2013
60 usages
5.7k stars
Aug 13, 2021
5 usages
1.7k stars
Aug 12, 2020
4 usages
25.5k stars
Sep 01, 2012
3 usages

Discover Dependencies

Aug 04, 2023
169 usages
93 stars
Aug 16, 2023
219 usages
22 stars
Mar 30, 2020
102 usages
3.3k stars
Aug 21, 2023
110 usages
18 stars
Apr 01, 2020
22 usages
Aug 18, 2023
172 usages
0 stars
Mar 11, 2017
60 usages
12.5k stars