| GroupId | GroupIdcom.sshtools |
|---|---|
| ArtifactId | ArtifactIdvfs-googledrive |
| Version | Version3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vfs-googledrive-3.0.1.pom | |
| vfs-googledrive-3.0.1.jar | 22 KB |
| vfs-googledrive-3.0.1-sources.jar | 9 KB |
| vfs-googledrive-3.0.1-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-googledrive/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-googledrive</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-googledrive/
implementation 'com.sshtools:vfs-googledrive:3.0.1'
// https://jarcasting.com/artifacts/com.sshtools/vfs-googledrive/
implementation ("com.sshtools:vfs-googledrive:3.0.1")
'com.sshtools:vfs-googledrive:jar:3.0.1'
<dependency org="com.sshtools" name="vfs-googledrive" rev="3.0.1">
<artifact name="vfs-googledrive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-googledrive', version='3.0.1')
)
libraryDependencies += "com.sshtools" % "vfs-googledrive" % "3.0.1"
[com.sshtools/vfs-googledrive "3.0.1"]