<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-health</artifactId>
<version>5.0.0-alpha.4</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-health', version='5.0.0-alpha.4')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.4</version> </parent>
compile
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard:dropwizard-jetty
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard.metrics:metrics-healthchecks
|-- io.dropwizard.metrics:metrics-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- jakarta.validation:jakarta.validation-api
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.glassfish.jersey.core:jersey-client
|-- org.checkerframework:checker-qual
|-- jakarta.servlet:jakarta.servlet-api
|-- org.eclipse.jetty:jetty-util
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-params
|-- org.mockito:mockito-junit-jupiter
|-- io.dropwizard:dropwizard-configuration
|-- org.eclipse.jetty.ee10:jetty-ee10-servlet
|-- org.eclipse.jetty:jetty-http