c

commons-aws

Helper components for working with Amazon Web Services.
https://chilloutdevelopment.github.io/pl.chilldev.commons/commons-aws/
文件下载
文件名 操作
commons-aws-0.3.12.jar 下载
commons-aws-0.3.12.pom 下载
commons-aws-0.3.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pl.chilldev.commons</groupId>
  <artifactId>commons-aws</artifactId>
  <version>0.3.12</version>
</dependency>
Gradle Groovy
implementation 'pl.chilldev.commons:commons-aws:0.3.12'
Gradle Kotlin
implementation("pl.chilldev.commons:commons-aws:0.3.12")
Scala SBT
libraryDependencies += "pl.chilldev.commons" % "commons-aws" % "0.3.12"
Groovy Grape
@Grapes(
  @Grab(group='pl.chilldev.commons', module='commons-aws', version='0.3.12')
)
Apache Ivy
<dependency org="pl.chilldev.commons" name="commons-aws" rev="0.3.12" />
Leiningen
[pl.chilldev.commons/commons-aws "0.3.12"]
Apache Buildr
'pl.chilldev.commons:commons-aws:jar:0.3.12'