Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdcom.github.crabs-hue.commons |
ArtifactId | ArtifactIdcommons-aws-s3 |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-aws-s3-0.2.0.pom | |
commons-aws-s3-0.2.0.jar | 12 KB |
commons-aws-s3-0.2.0-sources.jar | 7 KB |
commons-aws-s3-0.2.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aws-s3/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-aws-s3</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aws-s3/
implementation 'com.github.crabs-hue.commons:commons-aws-s3:0.2.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-aws-s3/
implementation ("com.github.crabs-hue.commons:commons-aws-s3:0.2.0")
'com.github.crabs-hue.commons:commons-aws-s3:jar:0.2.0'
<dependency org="com.github.crabs-hue.commons" name="commons-aws-s3" rev="0.2.0">
<artifact name="commons-aws-s3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-aws-s3', version='0.2.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-aws-s3" % "0.2.0"
[com.github.crabs-hue.commons/commons-aws-s3 "0.2.0"]