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