is not current version
Last Version 1.3.0

fuse 1.0.0

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

License

License

GroupId

GroupId

com.github.kittinunf.fuse
ArtifactId

ArtifactId

fuse
Version

Version

1.0.0
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 1.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.kittinunf.result : result jar 3.1.0
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.10

runtime (2)

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

Project Modules

There are no modules declared in this project.