Download grex-3.0.0.jar file - Jar g

Jar examples for g:grex

Description

A tiny library that assists in saving and restoring objects to disk using Gson and RxJava on Android

You can download jar file grex 3.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grex-3.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

grex-3.0.0-javadoc.jar
grex-3.0.0-sources.jar
grex-3.0.0.jar
grex-3.0.0.pom



Related Tutorials