c

commons-aws

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