is not current version
Last Version 4.3.5

com.github.abashev:vfs-s3 4.2.0

Amazon S3 driver for VFS (Apache Commons Virtual File System)

GroupId

GroupId

com.github.abashev
ArtifactId

ArtifactId

vfs-s3
Version

Version

4.2.0
Type

Type

jar

Download vfs-s3 4.2.0


<!-- https://jarcasting.com/artifacts/com.github.abashev/vfs-s3/ -->
<dependency>
    <groupId>com.github.abashev</groupId>
    <artifactId>vfs-s3</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abashev/vfs-s3/
implementation 'com.github.abashev:vfs-s3:4.2.0'
// https://jarcasting.com/artifacts/com.github.abashev/vfs-s3/
implementation ("com.github.abashev:vfs-s3:4.2.0")
'com.github.abashev:vfs-s3:jar:4.2.0'
<dependency org="com.github.abashev" name="vfs-s3" rev="4.2.0">
  <artifact name="vfs-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abashev', module='vfs-s3', version='4.2.0')
)
libraryDependencies += "com.github.abashev" % "vfs-s3" % "4.2.0"
[com.github.abashev/vfs-s3 "4.2.0"]