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