<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-views-mustache</artifactId>
<version>5.0.0-alpha.5</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-views-mustache', version='5.0.0-alpha.5')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.5</version> </parent>
compile
|-- io.dropwizard:dropwizard-views
|-- com.github.spullara.mustache.java:compiler
|-- com.github.ben-manes.caffeine:caffeine
|-- org.checkerframework:checker-qual
test
|-- 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
|-- jakarta.ws.rs:jakarta.ws.rs-api
|-- org.glassfish.jersey.core:jersey-server
|-- io.dropwizard:dropwizard-jersey