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.0.21.jar download
commons-aws-1.0.21.pom download
commons-aws-1.0.21-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.wrzasq.commons</groupId>
  <artifactId>commons-aws</artifactId>
  <version>1.0.21</version>
</dependency>
Gradle Groovy
implementation 'pl.wrzasq.commons:commons-aws:1.0.21'
Gradle Kotlin
implementation("pl.wrzasq.commons:commons-aws:1.0.21")
Scala SBT
libraryDependencies += "pl.wrzasq.commons" % "commons-aws" % "1.0.21"
Groovy Grape
@Grapes(
  @Grab(group='pl.wrzasq.commons', module='commons-aws', version='1.0.21')
)
Apache Ivy
<dependency org="pl.wrzasq.commons" name="commons-aws" rev="1.0.21" />
Leiningen
[pl.wrzasq.commons/commons-aws "1.0.21"]
Apache Buildr
'pl.wrzasq.commons:commons-aws:jar:1.0.21'