| Группа | Группаcom.github.chrisbanes.bitmapcache |
|---|---|
| Идентификатор | Идентификаторlibrary |
| Версия | Версия2.2.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| library-2.2.2.pom | |
| library-2.2.2.jar | 21 KB |
| library-2.2.2-sources.jar | 15 KB |
| library-2.2.2-javadoc.jar | 62 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/ -->
<dependency>
<groupId>com.github.chrisbanes.bitmapcache</groupId>
<artifactId>library</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/
implementation 'com.github.chrisbanes.bitmapcache:library:2.2.2'
// https://jarcasting.com/artifacts/com.github.chrisbanes.bitmapcache/library/
implementation ("com.github.chrisbanes.bitmapcache:library:2.2.2")
'com.github.chrisbanes.bitmapcache:library:jar:2.2.2'
<dependency org="com.github.chrisbanes.bitmapcache" name="library" rev="2.2.2">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisbanes.bitmapcache', module='library', version='2.2.2')
)
libraryDependencies += "com.github.chrisbanes.bitmapcache" % "library" % "2.2.2"
[com.github.chrisbanes.bitmapcache/library "2.2.2"]