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