<dependency>
<groupId>io.dropwizard-bundles</groupId>
<artifactId>dropwizard-webjars-bundle</artifactId>
<version>1.3.5</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard-bundles', module='dropwizard-webjars-bundle', version='1.3.5')
)
<parent> <groupId>io.dropwizard-bundles</groupId> <artifactId>parent-pom</artifactId> <version>1.3.5</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
test
|-- io.dropwizard:dropwizard-testing
|-- junit:junit
|-- org.eclipse.jetty:jetty-http
|-- org.eclipse.jetty:jetty-servlet