c

commons-aws

Set of commons to perform most popular AWS operations
https://github.com/codewise-oss/commons-aws
MIT License
Infrastructure Team
Files download
File Operation
commons-aws-1.0.15.pom download
Apache Maven
<dependency>
  <groupId>pl.codewise.commons</groupId>
  <artifactId>commons-aws</artifactId>
  <version>1.0.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'pl.codewise.commons:commons-aws:1.0.15'
Gradle Kotlin
implementation("pl.codewise.commons:commons-aws:1.0.15")
Scala SBT
libraryDependencies += "pl.codewise.commons" % "commons-aws" % "1.0.15"
Groovy Grape
@Grapes(
  @Grab(group='pl.codewise.commons', module='commons-aws', version='1.0.15')
)
Apache Ivy
<dependency org="pl.codewise.commons" name="commons-aws" rev="1.0.15" />
Leiningen
[pl.codewise.commons/commons-aws "1.0.15"]
Apache Buildr
'pl.codewise.commons:commons-aws:jar:1.0.15'
Dependencies
The project has no third-party dependencies