License |
License |
---|---|
GroupId | GroupIdcom.testquack |
ArtifactId | ArtifactIds3-storage |
Version | Version1.16 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationQuAck |
Filename | Size |
---|---|
s3-storage-1.16.pom | |
s3-storage-1.16.jar | 5 KB |
s3-storage-1.16-sources.jar | 2 KB |
s3-storage-1.16-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/s3-storage/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>s3-storage</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/s3-storage/
implementation 'com.testquack:s3-storage:1.16'
// https://jarcasting.com/artifacts/com.testquack/s3-storage/
implementation ("com.testquack:s3-storage:1.16")
'com.testquack:s3-storage:jar:1.16'
<dependency org="com.testquack" name="s3-storage" rev="1.16">
<artifact name="s3-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='s3-storage', version='1.16')
)
libraryDependencies += "com.testquack" % "s3-storage" % "1.16"
[com.testquack/s3-storage "1.16"]
Group / Artifact | Type | Version |
---|---|---|
com.testquack : storage | jar | 1.16 |
com.amazonaws : aws-java-sdk-s3 | jar | 1.11.500 |