<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-util</artifactId>
<version>5.0.0-alpha.4</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-util', version='5.0.0-alpha.4')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.4</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-annotations
|-- org.checkerframework:checker-qual
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api