| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.github.bumptech.glide |
| ArtifactId | ArtifactIddisklrucache |
| Version | Version4.0.0-RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| disklrucache-4.0.0-RC1.pom | |
| disklrucache-4.0.0-RC1.jar | 18 KB |
| disklrucache-4.0.0-RC1-sources.jar | 12 KB |
| disklrucache-4.0.0-RC1-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.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bumptech.glide/disklrucache/
implementation 'com.github.bumptech.glide:disklrucache:4.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.bumptech.glide/disklrucache/
implementation ("com.github.bumptech.glide:disklrucache:4.0.0-RC1")
'com.github.bumptech.glide:disklrucache:jar:4.0.0-RC1'
<dependency org="com.github.bumptech.glide" name="disklrucache" rev="4.0.0-RC1">
<artifact name="disklrucache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bumptech.glide', module='disklrucache', version='4.0.0-RC1')
)
libraryDependencies += "com.github.bumptech.glide" % "disklrucache" % "4.0.0-RC1"
[com.github.bumptech.glide/disklrucache "4.0.0-RC1"]