is not current version
Last Version 4.0.5

com.dropbox.mobile.store:filesystem4 4.0.0-alpha01

Store4 is built with Kotlin Coroutines

GroupId

GroupId

com.dropbox.mobile.store
ArtifactId

ArtifactId

filesystem4
Version

Version

4.0.0-alpha01
Type

Type

jar

Download filesystem4 4.0.0-alpha01


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