License |
License |
---|---|
GroupId | GroupIdau.com.gridstone |
ArtifactId | ArtifactIdgrex |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionGrex
A tiny library that assists in saving and restoring objects to disk using Gson and RxJava on Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
grex-3.0.0.pom | |
grex-3.0.0.jar | 18 KB |
grex-3.0.0-sources.jar | 7 KB |
grex-3.0.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.com.gridstone/grex/ -->
<dependency>
<groupId>au.com.gridstone</groupId>
<artifactId>grex</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.gridstone/grex/
implementation 'au.com.gridstone:grex:3.0.0'
// https://jarcasting.com/artifacts/au.com.gridstone/grex/
implementation ("au.com.gridstone:grex:3.0.0")
'au.com.gridstone:grex:jar:3.0.0'
<dependency org="au.com.gridstone" name="grex" rev="3.0.0">
<artifact name="grex" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.gridstone', module='grex', version='3.0.0')
)
libraryDependencies += "au.com.gridstone" % "grex" % "3.0.0"
[au.com.gridstone/grex "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex : rxjava | jar | 1.0.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 1.7.0 |
org.mockito : mockito-core | jar | 1.10.14 |