| License |
License |
|---|---|
| Categories |
CategoriesMoshi Data JSON |
| GroupId | GroupIdau.com.gridstone.rxstore |
| ArtifactId | ArtifactIdconverter-moshi |
| Version | Version6.0.2 |
| Type | Typejar |
| Description |
DescriptionRxStore Moshi Converter
A tiny library that assists in saving and restoring objects to disk using RxJava.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| converter-moshi-6.0.2.pom | |
| converter-moshi-6.0.2.jar | 2 KB |
| converter-moshi-6.0.2-sources.jar | 1 KB |
| converter-moshi-6.0.2-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/au.com.gridstone.rxstore/converter-moshi/ -->
<dependency>
<groupId>au.com.gridstone.rxstore</groupId>
<artifactId>converter-moshi</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.gridstone.rxstore/converter-moshi/
implementation 'au.com.gridstone.rxstore:converter-moshi:6.0.2'
// https://jarcasting.com/artifacts/au.com.gridstone.rxstore/converter-moshi/
implementation ("au.com.gridstone.rxstore:converter-moshi:6.0.2")
'au.com.gridstone.rxstore:converter-moshi:jar:6.0.2'
<dependency org="au.com.gridstone.rxstore" name="converter-moshi" rev="6.0.2">
<artifact name="converter-moshi" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.gridstone.rxstore', module='converter-moshi', version='6.0.2')
)
libraryDependencies += "au.com.gridstone.rxstore" % "converter-moshi" % "6.0.2"
[au.com.gridstone.rxstore/converter-moshi "6.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| au.com.gridstone.rxstore : rxstore | jar | 6.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.moshi : moshi | jar | 1.8.0 |
| io.reactivex.rxjava2 : rxjava | jar | 2.2.4 |