is not current version
Last Version 4.13.2

com.github.bumptech.glide:disklrucache 4.10.0

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

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.bumptech.glide
ArtifactId

ArtifactId

disklrucache
Version

Version

4.10.0
Type

Type

jar

Download disklrucache 4.10.0


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