c

commons-aws

Helper components for working with Amazon Web Services.
https://rafalwrzeszcz-wrzasqpl.github.io/pl.wrzasq.commons/commons-aws/
Files download
File Operation
commons-aws-1.1.4.jar download
commons-aws-1.1.4.pom download
commons-aws-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.wrzasq.commons</groupId>
  <artifactId>commons-aws</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'pl.wrzasq.commons:commons-aws:1.1.4'
Gradle Kotlin
implementation("pl.wrzasq.commons:commons-aws:1.1.4")
Scala SBT
libraryDependencies += "pl.wrzasq.commons" % "commons-aws" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='pl.wrzasq.commons', module='commons-aws', version='1.1.4')
)
Apache Ivy
<dependency org="pl.wrzasq.commons" name="commons-aws" rev="1.1.4" />
Leiningen
[pl.wrzasq.commons/commons-aws "1.1.4"]
Apache Buildr
'pl.wrzasq.commons:commons-aws:jar:1.1.4'