is not current version
Last Version 6.0.2

au.com.gridstone.rxstore:rxstore-kotlin 5.0.5

A tiny library that assists in saving and restoring objects to disk using RxJava.

Categories

Categories

Kotlin Languages
GroupId

GroupId

au.com.gridstone.rxstore
ArtifactId

ArtifactId

rxstore-kotlin
Version

Version

5.0.5
Type

Type

jar

Download rxstore-kotlin 5.0.5


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