GroupId | GroupIdcom.testquack |
---|---|
ArtifactId | ArtifactIds3-storage |
Version | Version1.15 |
Type | Typejar |
Filename | Size |
---|---|
s3-storage-1.15.pom | |
s3-storage-1.15.jar | 5 KB |
s3-storage-1.15-sources.jar | 2 KB |
s3-storage-1.15-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/s3-storage/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>s3-storage</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/s3-storage/
implementation 'com.testquack:s3-storage:1.15'
// https://jarcasting.com/artifacts/com.testquack/s3-storage/
implementation ("com.testquack:s3-storage:1.15")
'com.testquack:s3-storage:jar:1.15'
<dependency org="com.testquack" name="s3-storage" rev="1.15">
<artifact name="s3-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='s3-storage', version='1.15')
)
libraryDependencies += "com.testquack" % "s3-storage" % "1.15"
[com.testquack/s3-storage "1.15"]