is not current version
Last Version 1.19

com.testquack:s3-storage 1.8


GroupId

GroupId

com.testquack
ArtifactId

ArtifactId

s3-storage
Version

Version

1.8
Type

Type

jar

Download s3-storage 1.8


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