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