Fuse

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

License

License

GroupId

GroupId

com.github.kittinunf.fuse
ArtifactId

ArtifactId

fuse
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
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

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.kittinunf.result : result-jvm jar 5.2.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.20

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-serialization-json-jvm jar 1.3.2
com.jakewharton : disklrucache jar 2.0.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
1.0.0-beta4