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