Download rxstore-5.1.0.jar file - Jar r

Jar examples for r:rxstore

Description

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

You can download jar file rxstore 5.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rxstore-5.1.0.jar to your project.

<dependency>
   <groupId>au.com.gridstone.rxstore</groupId>
   <artifactId>rxstore</artifactId>
   <version>5.1.0</version>
</dependency>
compile group: 'au.com.gridstone.rxstore', name: 'rxstore', version: '5.1.0'
libraryDependencies += "au.com.gridstone.rxstore" % "rxstore" % "5.1.0"
<dependency org="au.com.gridstone.rxstore" name="rxstore" rev="5.1.0"/>
@Grapes(@Grab(group='au.com.gridstone.rxstore', module='rxstore', version='5.1.0'))
'au.com.gridstone.rxstore:rxstore:jar:5.1.0'

Download

Click the following link to download the jar file.

rxstore-5.1.0-javadoc.jar
rxstore-5.1.0-sources.jar
rxstore-5.1.0.jar
rxstore-5.1.0.pom



Related Tutorials