| License |
License |
|---|---|
| GroupId | GroupIdcom.sshtools |
| ArtifactId | ArtifactIdvfs-dropbox |
| Last Version | Last Version3.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDropbox VFS
Commons VFS implementation for DropBox (based on https://sourceforge.net/projects/vfs-dbx)
|
| Filename | Size |
|---|---|
| vfs-dropbox-3.2.0.pom | |
| vfs-dropbox-3.2.0.jar | 19 KB |
| vfs-dropbox-3.2.0-sources.jar | 13 KB |
| vfs-dropbox-3.2.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-dropbox/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-dropbox</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-dropbox/
implementation 'com.sshtools:vfs-dropbox:3.2.0'
// https://jarcasting.com/artifacts/com.sshtools/vfs-dropbox/
implementation ("com.sshtools:vfs-dropbox:3.2.0")
'com.sshtools:vfs-dropbox:jar:3.2.0'
<dependency org="com.sshtools" name="vfs-dropbox" rev="3.2.0">
<artifact name="vfs-dropbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-dropbox', version='3.2.0')
)
libraryDependencies += "com.sshtools" % "vfs-dropbox" % "3.2.0"
[com.sshtools/vfs-dropbox "3.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.2 |
| org.apache.commons : commons-vfs2 | jar | 2.6.0 |
| com.dropbox.core : dropbox-core-sdk | jar | 2.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |