Fuse

The simple generic LRU memory/disk cache for Android written in Kotlin.

Лицензия

Лицензия

Группа

Группа

com.github.kittinunf.fuse
Идентификатор

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

fuse-android
Последняя версия

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

1.3.0
Дата

Дата

Тип

Тип

aar
Описание

Описание

Fuse
The simple generic LRU memory/disk cache for Android written in Kotlin.
Ссылка на сайт

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

https://github.com/kittinunf/Fuse
Система контроля версий

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

https://github.com/kittinunf/Fuse

Скачать fuse-android

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.kittinunf.fuse/fuse-android/ -->
<dependency>
    <groupId>com.github.kittinunf.fuse</groupId>
    <artifactId>fuse-android</artifactId>
    <version>1.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kittinunf.fuse/fuse-android/
implementation 'com.github.kittinunf.fuse:fuse-android:1.3.0'
// https://jarcasting.com/artifacts/com.github.kittinunf.fuse/fuse-android/
implementation ("com.github.kittinunf.fuse:fuse-android:1.3.0")
'com.github.kittinunf.fuse:fuse-android:aar:1.3.0'
<dependency org="com.github.kittinunf.fuse" name="fuse-android" rev="1.3.0">
  <artifact name="fuse-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kittinunf.fuse', module='fuse-android', version='1.3.0')
)
libraryDependencies += "com.github.kittinunf.fuse" % "fuse-android" % "1.3.0"
[com.github.kittinunf.fuse/fuse-android "1.3.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.github.kittinunf.fuse : fuse jar 1.3.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.20

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

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
1.0.0-beta4