MVN

com.madgag : lazy-drawables-parent

Maven & Gradle

Nov 29, 2011
17 stars

Lazy Drawables parent POM project · Android library supporting background (non-UI-thread) loading of image resource and efficient caching of scaled bitmaps

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>lazy-drawables-parent</artifactId>
    <version>0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.madgag : lazy-drawables-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.10

All Versions

Choose a version of com.madgag : lazy-drawables-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.10
lazy-drawables-parent-0.10
0.9
lazy-drawables-parent-0.9
0.8
lazy-drawables-parent-0.8

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.madgag</groupId>
    <artifactId>lazy-drawables-parent</artifactId>
    <version>0.10</version>
</dependency>

Advertisement