| License |
License |
|---|---|
| GroupId | GroupIdit.sephiroth.android.library.disklruimagecache |
| ArtifactId | ArtifactIdDiskLruImageCache |
| Version | Version1.0.2 |
| Type | Typeaar |
| Description |
Descriptiondisklruimagecache
Simple file based image cache
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| DiskLruImageCache-1.0.2.pom | |
| DiskLruImageCache-1.0.2.aar | 7 KB |
| DiskLruImageCache-1.0.2-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.disklruimagecache/DiskLruImageCache/ -->
<dependency>
<groupId>it.sephiroth.android.library.disklruimagecache</groupId>
<artifactId>DiskLruImageCache</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.disklruimagecache/DiskLruImageCache/
implementation 'it.sephiroth.android.library.disklruimagecache:DiskLruImageCache:1.0.2'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.disklruimagecache/DiskLruImageCache/
implementation ("it.sephiroth.android.library.disklruimagecache:DiskLruImageCache:1.0.2")
'it.sephiroth.android.library.disklruimagecache:DiskLruImageCache:aar:1.0.2'
<dependency org="it.sephiroth.android.library.disklruimagecache" name="DiskLruImageCache" rev="1.0.2">
<artifact name="DiskLruImageCache" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.disklruimagecache', module='DiskLruImageCache', version='1.0.2')
)
libraryDependencies += "it.sephiroth.android.library.disklruimagecache" % "DiskLruImageCache" % "1.0.2"
[it.sephiroth.android.library.disklruimagecache/DiskLruImageCache "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-io | jar | 1.3.2 |
| com.jakewharton : disklrucache | jar | 2.0.2 |