Последняя версия

Android-BitmapCache Project 2.3

A custom Bitmap cache implementation for Android

Лицензия

Лицензия

Группа

Группа

com.github.chrisbanes.bitmapcache
Идентификатор

Идентификатор

parent
Версия

Версия

2.3
Тип

Тип

pom
Описание

Описание

Android-BitmapCache Project
A custom Bitmap cache implementation for Android
Ссылка на сайт

Ссылка на сайт

https://github.com/chrisbanes/Android-BitmapCache
Система контроля версий

Система контроля версий

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

Скачать parent 2.3

Имя Файла Размер
parent-2.3.pom 3 KB
Обзор

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • library
  • sample