Last Version

Android-BitmapCache Project 2.3

A custom Bitmap cache implementation for Android

License

License

GroupId

GroupId

com.github.chrisbanes.bitmapcache
ArtifactId

ArtifactId

parent
Version

Version

2.3
Type

Type

pom
Description

Description

Android-BitmapCache Project
A custom Bitmap cache implementation for Android
Project URL

Project URL

https://github.com/chrisbanes/Android-BitmapCache
Source Code Management

Source Code Management

https://github.com/chrisbanes/Android-BitmapCache

Download parent 2.3

Filename Size
parent-2.3.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/parent/ -->
<dependency>
    <groupId>com.github.chrisbanes.bitmapcache</groupId>
    <artifactId>parent</artifactId>
    <version>2.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/parent/
implementation 'com.github.chrisbanes.bitmapcache:parent:2.3'
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/parent/
implementation ("com.github.chrisbanes.bitmapcache:parent:2.3")
'com.github.chrisbanes.bitmapcache:parent:pom:2.3'
<dependency org="com.github.chrisbanes.bitmapcache" name="parent" rev="2.3">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.bitmapcache', module='parent', version='2.3')
)
libraryDependencies += "com.github.chrisbanes.bitmapcache" % "parent" % "2.3"
[com.github.chrisbanes.bitmapcache/parent "2.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • sample