c

commons-aws

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