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