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