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