License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.github.satoshun.RxKotlinCache |
ArtifactId | ArtifactIdrxkotlincache |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRxKotlinCache
simple cache for RxJava and Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxkotlincache-0.2.0.pom | |
rxkotlincache-0.2.0.jar | 84 KB |
rxkotlincache-0.2.0-sources.jar | 4 KB |
rxkotlincache-0.2.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.satoshun.RxKotlinCache/rxkotlincache/ -->
<dependency>
<groupId>com.github.satoshun.RxKotlinCache</groupId>
<artifactId>rxkotlincache</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.RxKotlinCache/rxkotlincache/
implementation 'com.github.satoshun.RxKotlinCache:rxkotlincache:0.2.0'
// https://jarcasting.com/artifacts/com.github.satoshun.RxKotlinCache/rxkotlincache/
implementation ("com.github.satoshun.RxKotlinCache:rxkotlincache:0.2.0")
'com.github.satoshun.RxKotlinCache:rxkotlincache:jar:0.2.0'
<dependency org="com.github.satoshun.RxKotlinCache" name="rxkotlincache" rev="0.2.0">
<artifact name="rxkotlincache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.RxKotlinCache', module='rxkotlincache', version='0.2.0')
)
libraryDependencies += "com.github.satoshun.RxKotlinCache" % "rxkotlincache" % "0.2.0"
[com.github.satoshun.RxKotlinCache/rxkotlincache "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.0 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |