<dependency>
<groupId>io.dropwizard-bundles</groupId>
<artifactId>dropwizard-webjars-bundle</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard-bundles', module='dropwizard-webjars-bundle', version='1.0.0')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
compile
|-- io.dropwizard:dropwizard-core:1.0.0
|-- com.google.guava:guava:19.0
test
|-- io.dropwizard:dropwizard-testing:1.0.0
|-- junit:junit:4.12
|-- org.eclipse.jetty:jetty-servlet:9.3.9.v20160517
|-- org.eclipse.jetty:jetty-servlet:9.3.9.v20160517
|-- org.eclipse.jetty:jetty-http:9.3.9.v20160517