| License |
License |
|---|---|
| GroupId | GroupIdcom.github.chrisbanes.bitmapcache |
| ArtifactId | ArtifactIdlibrary |
| Version | Version2.3 |
| Type | Typejar |
| Description |
DescriptionAndroid-BitmapCache Library
A custom Bitmap cache implementation for Android
|
| Filename | Size |
|---|---|
| library-2.3.pom | |
| library-2.3.jar | 26 KB |
| library-2.3-sources.jar | 16 KB |
| library-2.3-javadoc.jar | 64 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/ -->
<dependency>
<groupId>com.github.chrisbanes.bitmapcache</groupId>
<artifactId>library</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/
implementation 'com.github.chrisbanes.bitmapcache:library:2.3'
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/
implementation ("com.github.chrisbanes.bitmapcache:library:2.3")
'com.github.chrisbanes.bitmapcache:library:jar:2.3'
<dependency org="com.github.chrisbanes.bitmapcache" name="library" rev="2.3">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.bitmapcache', module='library', version='2.3')
)
libraryDependencies += "com.github.chrisbanes.bitmapcache" % "library" % "2.3"
[com.github.chrisbanes.bitmapcache/library "2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jakewharton : disklrucache | jar | 2.0.1 |
| com.google.android : support-v4 | jar | r7 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |