<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-views</artifactId>
<version>5.0.0-alpha.4</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-views', 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-core
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-util
|-- io.dropwizard.metrics:metrics-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- org.checkerframework:checker-qual
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.glassfish.jersey.core:jersey-common
test
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api