| License |
License |
|---|---|
| GroupId | GroupIdcom.madgag |
| ArtifactId | ArtifactIdlazy-drawables |
| Last Version | Last Version0.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLazy Drawables for Android
Android library supporting background (non-UI-thread) loading of image
resource and efficient caching of scaled bitmaps
|
| Filename | Size |
|---|---|
| lazy-drawables-0.10.pom | |
| lazy-drawables-0.10.jar | 18 KB |
| lazy-drawables-0.10-sources.jar | 11 KB |
| lazy-drawables-0.10-javadoc.jar | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.madgag/lazy-drawables/ -->
<dependency>
<groupId>com.madgag</groupId>
<artifactId>lazy-drawables</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.madgag/lazy-drawables/
implementation 'com.madgag:lazy-drawables:0.10'
// https://jarcasting.com/artifacts/com.madgag/lazy-drawables/
implementation ("com.madgag:lazy-drawables:0.10")
'com.madgag:lazy-drawables:jar:0.10'
<dependency org="com.madgag" name="lazy-drawables" rev="0.10">
<artifact name="lazy-drawables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.madgag', module='lazy-drawables', version='0.10')
)
libraryDependencies += "com.madgag" % "lazy-drawables" % "0.10"
[com.madgag/lazy-drawables "0.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 1.4 |
| com.google.guava : guava | jar | 10.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 2.2.1 |