| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.github.bumptech.glide |
| ArtifactId | ArtifactIddisklrucache |
| Version | Version4.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| disklrucache-4.5.0.pom | |
| disklrucache-4.5.0.jar | 18 KB |
| disklrucache-4.5.0-sources.jar | 12 KB |
| disklrucache-4.5.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bumptech.glide/disklrucache/ -->
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>disklrucache</artifactId>
<version>4.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/disklrucache/
implementation 'com.github.bumptech.glide:disklrucache:4.5.0'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/disklrucache/
implementation ("com.github.bumptech.glide:disklrucache:4.5.0")
'com.github.bumptech.glide:disklrucache:jar:4.5.0'
<dependency org="com.github.bumptech.glide" name="disklrucache" rev="4.5.0">
<artifact name="disklrucache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='disklrucache', version='4.5.0')
)
libraryDependencies += "com.github.bumptech.glide" % "disklrucache" % "4.5.0"
[com.github.bumptech.glide/disklrucache "4.5.0"]