is not current version
Last Version 3.0.0

au.com.gridstone:grex 2.0.0

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

GroupId

GroupId

au.com.gridstone
ArtifactId

ArtifactId

grex
Version

Version

2.0.0
Type

Type

jar

Download grex 2.0.0


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