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