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