Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdau.com.gridstone.rxstore |
ArtifactId | ArtifactIdrxstore-kotlin |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rxstore-kotlin-5.1.0.pom | |
rxstore-kotlin-5.1.0.jar | 1 KB |
rxstore-kotlin-5.1.0-sources.jar | 1 KB |
rxstore-kotlin-5.1.0-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>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.com.gridstone.rxstore/rxstore-kotlin/
implementation 'au.com.gridstone.rxstore:rxstore-kotlin:5.1.0'
// https://jarcasting.com/artifacts/au.com.gridstone.rxstore/rxstore-kotlin/
implementation ("au.com.gridstone.rxstore:rxstore-kotlin:5.1.0")
'au.com.gridstone.rxstore:rxstore-kotlin:jar:5.1.0'
<dependency org="au.com.gridstone.rxstore" name="rxstore-kotlin" rev="5.1.0">
<artifact name="rxstore-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.com.gridstone.rxstore', module='rxstore-kotlin', version='5.1.0')
)
libraryDependencies += "au.com.gridstone.rxstore" % "rxstore-kotlin" % "5.1.0"
[au.com.gridstone.rxstore/rxstore-kotlin "5.1.0"]