Download disklrucache-2.0.2.jar file - Jar d

Jar examples for d:disklrucache

Description

A cache that uses a bounded amount of space on a filesystem. Based on Jake Wharton's tailored for Glide.

You can download jar file disklrucache 2.0.2 in this page.

License

Apache License Version 2.0

Build File

You can use the following script to add disklrucache-2.0.2.jar to your project.

<dependency>
   <groupId>com.jakewharton</groupId>
   <artifactId>disklrucache</artifactId>
   <version>2.0.2</version>
</dependency>
compile group: 'com.jakewharton', name: 'disklrucache', version: '2.0.2'
libraryDependencies += "com.jakewharton" % "disklrucache" % "2.0.2"
<dependency org="com.jakewharton" name="disklrucache" rev="2.0.2"/>
@Grapes(@Grab(group='com.jakewharton', module='disklrucache', version='2.0.2'))
'com.jakewharton:disklrucache:jar:2.0.2'

Download

Click the following link to download the jar file.

disklrucache-2.0.2-javadoc.jar
disklrucache-2.0.2-sources.jar
disklrucache-2.0.2.jar
disklrucache-2.0.2.pom



Related Tutorials