| License | License | 
|---|---|
| GroupId | GroupIdcom.sshtools | 
| ArtifactId | ArtifactIdvfs-gcs | 
| Last Version | Last Version3.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGoogle Storage VFS VFS provider for Google Storage | 
| Filename | Size | 
|---|---|
| vfs-gcs-3.2.0.pom | |
| vfs-gcs-3.2.0.jar | 13 KB | 
| vfs-gcs-3.2.0-sources.jar | 6 KB | 
| vfs-gcs-3.2.0-javadoc.jar | 53 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-gcs/ -->
<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>vfs-gcs</artifactId>
    <version>3.2.0</version>
</dependency>// https://jarcasting.com/artifacts/com.sshtools/vfs-gcs/
implementation 'com.sshtools:vfs-gcs:3.2.0'// https://jarcasting.com/artifacts/com.sshtools/vfs-gcs/
implementation ("com.sshtools:vfs-gcs:3.2.0")'com.sshtools:vfs-gcs:jar:3.2.0'<dependency org="com.sshtools" name="vfs-gcs" rev="3.2.0">
  <artifact name="vfs-gcs" type="jar" />
</dependency>@Grapes(
@Grab(group='com.sshtools', module='vfs-gcs', version='3.2.0')
)libraryDependencies += "com.sshtools" % "vfs-gcs" % "3.2.0"[com.sshtools/vfs-gcs "3.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.cloud : google-cloud-storage | jar | 1.103.1 | 
| commons-logging : commons-logging | jar | 1.2 | 
| org.apache.commons : commons-vfs2 | jar | 2.6.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |