RxKotlinCache

simple cache for RxJava and Kotlin

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.satoshun.RxKotlinCache
ArtifactId

ArtifactId

rxkotlincache
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

RxKotlinCache
simple cache for RxJava and Kotlin
Project URL

Project URL

https://github.com/satoshun/RxKotlinCache
Source Code Management

Source Code Management

https://github.com/satoshun/RxKotlinCache

Download rxkotlincache

How to add to project

<!-- 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"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.0
io.reactivex.rxjava2 : rxjava jar 2.2.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.2
0.1.1