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