<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-health</artifactId>
<version>1.3.15-1</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-health', version='1.3.15-1')
)
compile
|-- io.dropwizard:dropwizard-core
runtime
|-- javax.xml.bind:jaxb-api:2.3.1
test
|-- junit:junit
|-- io.dropwizard:dropwizard-testing