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