| License |
License |
|---|---|
| GroupId | GroupIdcom.github.kittinunf.fuse |
| ArtifactId | ArtifactIdfuse |
| Last Version | Last Version1.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFuse
The simple generic LRU memory/disk cache for Android written in Kotlin.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fuse-1.3.0.pom | |
| fuse-1.3.0.jar | 64 KB |
| fuse-1.3.0-sources.jar | 10 KB |
| fuse-1.3.0-javadoc.jar | 261 bytes |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.kittinunf.result : result-jvm | jar | 5.2.1 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlinx : kotlinx-serialization-json-jvm | jar | 1.3.2 |
| com.jakewharton : disklrucache | jar | 2.0.2 |