<dependency>
<groupId>com.hubspot.dropwizard</groupId>
<artifactId>dropwizard-guice</artifactId>
<version>0.8.0</version>
</dependency>
@Grapes(
@Grab(group='com.hubspot.dropwizard', module='dropwizard-guice', version='0.8.0')
)
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.google.code.findbugs:annotations:3.0.0
|-- io.dropwizard:dropwizard-core:0.8.0-rc3
|-- com.google.inject:guice:4.0-beta5
|-- com.google.inject.extensions:guice-servlet:4.0-beta5
|-- com.squarespace.jersey2-guice:jersey2-guice:0.5
|-- org.reflections:reflections:0.9.9
test