vfs-googledrive.4.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vfs-googledrive Show documentation
Show all versions of vfs-googledrive Show documentation
Google Drive Commons VFS provider
The newest version!
open module com.sshtools.vfs.googledrive {
requires commons.vfs2;
requires commons.logging;
requires transitive com.google.api.client;
requires google.api.services.drive.v3.rev197;
requires transitive com.google.api.client.json.jackson2;
requires transitive google.api.client;
requires google.oauth.client;
requires transitive com.google.api.client.extensions.java6.auth;
requires com.google.api.client.extensions.jetty.auth;
}