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

com.github.kittinunf.fuse:fuse-android 1.1.0

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

Группа

Группа

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

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

fuse-android
Версия

Версия

1.1.0
Тип

Тип

aar

Скачать fuse-android 1.1.0


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