| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdau.com.gridstone.rxstore |
| ArtifactId | ArtifactIdrxstore-kotlin |
| Version | Version6.0.2 |
| Type | Typejar |
| Description |
DescriptionRxStore Kotlin Extensions
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 |
|---|---|
| rxstore-kotlin-6.0.2.pom | |
| rxstore-kotlin-6.0.2.jar | 1 KB |
| rxstore-kotlin-6.0.2-sources.jar | 1 KB |
| rxstore-kotlin-6.0.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/au.com.gridstone.rxstore/rxstore-kotlin/ -->
<dependency>
<groupId>au.com.gridstone.rxstore</groupId>
<artifactId>rxstore-kotlin</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.gridstone.rxstore/rxstore-kotlin/
implementation 'au.com.gridstone.rxstore:rxstore-kotlin:6.0.2'
// https://jarcasting.com/artifacts/au.com.gridstone.rxstore/rxstore-kotlin/
implementation ("au.com.gridstone.rxstore:rxstore-kotlin:6.0.2")
'au.com.gridstone.rxstore:rxstore-kotlin:jar:6.0.2'
<dependency org="au.com.gridstone.rxstore" name="rxstore-kotlin" rev="6.0.2">
<artifact name="rxstore-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.gridstone.rxstore', module='rxstore-kotlin', version='6.0.2')
)
libraryDependencies += "au.com.gridstone.rxstore" % "rxstore-kotlin" % "6.0.2"
[au.com.gridstone.rxstore/rxstore-kotlin "6.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| au.com.gridstone.rxstore : rxstore | jar | 6.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.11 |