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