<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-views-freemarker</artifactId>
<version>3.0.2</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-views-freemarker', version='3.0.2')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>3.0.2</version> </parent>
compile
|-- io.dropwizard:dropwizard-views
|-- com.github.ben-manes.caffeine:caffeine
|-- org.checkerframework:checker-qual
test
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-logging
|-- io.dropwizard.metrics:metrics-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.glassfish.jersey.core:jersey-server
|-- org.junit.jupiter:junit-jupiter
|-- org.junit.jupiter:junit-jupiter-api
|-- org.glassfish.jersey.test-framework:jersey-test-framework-core
|-- org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-inmemory