License |
License |
---|---|
GroupId | GroupIdcom.sshtools |
ArtifactId | ArtifactIdvfs-s3 |
Version | Version3.0.2 |
Type | Typejar |
Description |
DescriptionAmazon S3
A fork of Intridia's S3 commons VFS
|
Filename | Size |
---|---|
vfs-s3-3.0.2.pom | |
vfs-s3-3.0.2.jar | 39 KB |
vfs-s3-3.0.2-sources.jar | 25 KB |
vfs-s3-3.0.2-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-s3/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-s3</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-s3/
implementation 'com.sshtools:vfs-s3:3.0.2'
// https://jarcasting.com/artifacts/com.sshtools/vfs-s3/
implementation ("com.sshtools:vfs-s3:3.0.2")
'com.sshtools:vfs-s3:jar:3.0.2'
<dependency org="com.sshtools" name="vfs-s3" rev="3.0.2">
<artifact name="vfs-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-s3', version='3.0.2')
)
libraryDependencies += "com.sshtools" % "vfs-s3" % "3.0.2"
[com.sshtools/vfs-s3 "3.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-s3 | jar | 1.11.304 |
commons-logging : commons-logging | jar | 1.2 |
org.apache.commons : commons-vfs2 | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |