| GroupId | GroupIdcom.dropbox.mobile.store |
|---|---|
| ArtifactId | ArtifactIdstore-rx2 |
| Version | Version4.0.3-KT15 |
| Type | Typejar |
| Filename | Size |
|---|---|
| store-rx2-4.0.3-KT15.pom | |
| store-rx2-4.0.3-KT15.jar | 31 KB |
| store-rx2-4.0.3-KT15-sources.jar | 3 KB |
| store-rx2-4.0.3-KT15-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dropbox.mobile.store/store-rx2/ -->
<dependency>
<groupId>com.dropbox.mobile.store</groupId>
<artifactId>store-rx2</artifactId>
<version>4.0.3-KT15</version>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/store-rx2/
implementation 'com.dropbox.mobile.store:store-rx2:4.0.3-KT15'
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/store-rx2/
implementation ("com.dropbox.mobile.store:store-rx2:4.0.3-KT15")
'com.dropbox.mobile.store:store-rx2:jar:4.0.3-KT15'
<dependency org="com.dropbox.mobile.store" name="store-rx2" rev="4.0.3-KT15">
<artifact name="store-rx2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.mobile.store', module='store-rx2', version='4.0.3-KT15')
)
libraryDependencies += "com.dropbox.mobile.store" % "store-rx2" % "4.0.3-KT15"
[com.dropbox.mobile.store/store-rx2 "4.0.3-KT15"]