<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>
<version>5.0.0-alpha.2</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-metrics', version='5.0.0-alpha.2')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.2</version> </parent>
compile
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard:dropwizard-validation
|-- io.dropwizard.metrics:metrics-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- org.checkerframework:checker-qual
|-- jakarta.validation:jakarta.validation-api
|-- com.github.ben-manes.caffeine:caffeine
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-params
|-- io.dropwizard:dropwizard-logging