<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-health</artifactId>
<version>1.5.0</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-health', version='1.5.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.2
|-- com.github.tomakehurst:wiremock:2.25.1