License |
License |
---|---|
GroupId | GroupIdcom.sshtools |
ArtifactId | ArtifactIdvfs-s3 |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionS3 VFS
A fork of Intridia's S3 commons VFS provider
|
Filename | Size |
---|---|
vfs-s3-3.2.0.pom | |
vfs-s3-3.2.0.jar | 39 KB |
vfs-s3-3.2.0-sources.jar | 25 KB |
vfs-s3-3.2.0-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-s3/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-s3</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-s3/
implementation 'com.sshtools:vfs-s3:3.2.0'
// https://jarcasting.com/artifacts/com.sshtools/vfs-s3/
implementation ("com.sshtools:vfs-s3:3.2.0")
'com.sshtools:vfs-s3:jar:3.2.0'
<dependency org="com.sshtools" name="vfs-s3" rev="3.2.0">
<artifact name="vfs-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-s3', version='3.2.0')
)
libraryDependencies += "com.sshtools" % "vfs-s3" % "3.2.0"
[com.sshtools/vfs-s3 "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-s3 | jar | 1.11.640 |
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 |