Last Version

Fuse 1.3.0

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

License

License

GroupId

GroupId

com.github.kittinunf.fuse
ArtifactId

ArtifactId

fuse-android
Version

Version

1.3.0
Type

Type

aar
Description

Description

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

Project URL

https://github.com/kittinunf/Fuse
Source Code Management

Source Code Management

https://github.com/kittinunf/Fuse

Download fuse-android 1.3.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.kittinunf.fuse : fuse jar 1.3.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.20

Project Modules

There are no modules declared in this project.