License |
License |
---|---|
GroupId | GroupIdcom.sshtools |
ArtifactId | ArtifactIdvfs-googledrive |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Drive VFS
Google Drive Commons VFS provider
|
Filename | Size |
---|---|
vfs-googledrive-3.2.0.pom | |
vfs-googledrive-3.2.0.jar | 22 KB |
vfs-googledrive-3.2.0-sources.jar | 9 KB |
vfs-googledrive-3.2.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-googledrive/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-googledrive</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-googledrive/
implementation 'com.sshtools:vfs-googledrive:3.2.0'
// https://jarcasting.com/artifacts/com.sshtools/vfs-googledrive/
implementation ("com.sshtools:vfs-googledrive:3.2.0")
'com.sshtools:vfs-googledrive:jar:3.2.0'
<dependency org="com.sshtools" name="vfs-googledrive" rev="3.2.0">
<artifact name="vfs-googledrive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-googledrive', version='3.2.0')
)
libraryDependencies += "com.sshtools" % "vfs-googledrive" % "3.2.0"
[com.sshtools/vfs-googledrive "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
com.google.apis : google-api-services-drive | jar | v3-rev173-1.25.0 |
org.apache.commons : commons-vfs2 | jar | 2.6.0 |
com.google.http-client : google-http-client | jar | 1.25.0 |
com.google.http-client : google-http-client-jackson2 | jar | 1.25.0 |
com.google.oauth-client : google-oauth-client-jetty | jar | 1.25.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |