is not current version
Last Version 4.0.5

com.dropbox.mobile.store:store4 4.0.0

Store4 is built with Kotlin Coroutines

GroupId

GroupId

com.dropbox.mobile.store
ArtifactId

ArtifactId

store4
Version

Version

4.0.0
Type

Type

jar

Download store4 4.0.0


<!-- https://jarcasting.com/artifacts/com.dropbox.mobile.store/store4/ -->
<dependency>
    <groupId>com.dropbox.mobile.store</groupId>
    <artifactId>store4</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/store4/
implementation 'com.dropbox.mobile.store:store4:4.0.0'
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/store4/
implementation ("com.dropbox.mobile.store:store4:4.0.0")
'com.dropbox.mobile.store:store4:jar:4.0.0'
<dependency org="com.dropbox.mobile.store" name="store4" rev="4.0.0">
  <artifact name="store4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.mobile.store', module='store4', version='4.0.0')
)
libraryDependencies += "com.dropbox.mobile.store" % "store4" % "4.0.0"
[com.dropbox.mobile.store/store4 "4.0.0"]