| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.github.bumptech.glide |
| ArtifactId | ArtifactIddisklrucache |
| Version | Version4.13.2 |
| Type | Typejar |
| Description |
DescriptionGlide Disk LRU Cache Library
A cache that uses a bounded amount of space on a filesystem. Based on Jake Wharton's tailored for Glide.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| disklrucache-4.13.2.pom | |
| disklrucache-4.13.2.jar | 19 KB |
| disklrucache-4.13.2-sources.jar | 12 KB |
| disklrucache-4.13.2-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/disklrucache/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>disklrucache</artifactId>
<version>4.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/disklrucache/
implementation 'com.github.bumptech.glide:disklrucache:4.13.2'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/disklrucache/
implementation ("com.github.bumptech.glide:disklrucache:4.13.2")
'com.github.bumptech.glide:disklrucache:jar:4.13.2'
<dependency org="com.github.bumptech.glide" name="disklrucache" rev="4.13.2">
<artifact name="disklrucache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='disklrucache', version='4.13.2')
)
libraryDependencies += "com.github.bumptech.glide" % "disklrucache" % "4.13.2"
[com.github.bumptech.glide/disklrucache "4.13.2"]