is not current version
Last Version 2.0.0

org.gaul:s3proxy 1.3.0

S3Proxy allows applications using the S3 API to access other object stores

GroupId

GroupId

org.gaul
ArtifactId

ArtifactId

s3proxy
Version

Version

1.3.0
Type

Type

jar

Download s3proxy 1.3.0


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