is not current version
Last Version 6.0.2

au.com.gridstone.rxstore:rxstore 5.1.0

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

GroupId

GroupId

au.com.gridstone.rxstore
ArtifactId

ArtifactId

rxstore
Version

Version

5.1.0
Type

Type

jar

Download rxstore 5.1.0


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