d

dropwizard-support-aws

文件下载
文件名 操作
dropwizard-support-aws-1.3.0.jar 下载
dropwizard-support-aws-1.3.0.pom 下载
dropwizard-support-aws-1.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.sonatype.goodies.dropwizard</groupId>
  <artifactId>dropwizard-support-aws</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.sonatype.goodies.dropwizard:dropwizard-support-aws:1.3.0'
Gradle Kotlin
implementation("org.sonatype.goodies.dropwizard:dropwizard-support-aws:1.3.0")
Scala SBT
libraryDependencies += "org.sonatype.goodies.dropwizard" % "dropwizard-support-aws" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.goodies.dropwizard', module='dropwizard-support-aws', version='1.3.0')
)
Apache Ivy
<dependency org="org.sonatype.goodies.dropwizard" name="dropwizard-support-aws" rev="1.3.0" />
Leiningen
[org.sonatype.goodies.dropwizard/dropwizard-support-aws "1.3.0"]
Apache Buildr
'org.sonatype.goodies.dropwizard:dropwizard-support-aws:jar:1.3.0'