GroupId | GroupIdcom.github.abashev |
---|---|
ArtifactId | ArtifactIdvfs-s3 |
Version | Version4.3.2 |
Type | Typejar |
Filename | Size |
---|---|
vfs-s3-4.3.2.pom | |
vfs-s3-4.3.2.jar | 93 KB |
vfs-s3-4.3.2-with-aws-sdk.jar | 6 MB |
vfs-s3-4.3.2-sources.jar | 63 KB |
vfs-s3-4.3.2-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.abashev/vfs-s3/ -->
<dependency>
<groupId>com.github.abashev</groupId>
<artifactId>vfs-s3</artifactId>
<version>4.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.abashev/vfs-s3/
implementation 'com.github.abashev:vfs-s3:4.3.2'
// https://jarcasting.com/artifacts/com.github.abashev/vfs-s3/
implementation ("com.github.abashev:vfs-s3:4.3.2")
'com.github.abashev:vfs-s3:jar:4.3.2'
<dependency org="com.github.abashev" name="vfs-s3" rev="4.3.2">
<artifact name="vfs-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.abashev', module='vfs-s3', version='4.3.2')
)
libraryDependencies += "com.github.abashev" % "vfs-s3" % "4.3.2"
[com.github.abashev/vfs-s3 "4.3.2"]