is not current version
Last Version 1.3.0

com.github.kittinunf.fuse:fuse 1.0.0-beta4

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

GroupId

GroupId

com.github.kittinunf.fuse
ArtifactId

ArtifactId

fuse
Version

Version

1.0.0-beta4
Type

Type

jar

Download fuse 1.0.0-beta4


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