<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-health</artifactId>
<version>1.6.0</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-health', version='1.6.0')
)
compile
|-- io.dropwizard:dropwizard-core
runtime
|-- javax.xml.bind:jaxb-api:2.3.1
test
|-- junit:junit
|-- io.dropwizard:dropwizard-testing
|-- org.awaitility:awaitility:4.0.3
|-- com.github.tomakehurst:wiremock:2.27.1
|-- org.eclipse.jetty:jetty-servlet