<dependency>
<groupId>com.hubspot.dropwizard</groupId>
<artifactId>dropwizard-guice</artifactId>
<version>0.8.4.0</version>
</dependency>
@Grapes(
@Grab(group='com.hubspot.dropwizard', module='dropwizard-guice', version='0.8.4.0')
)
<parent> <groupId>com.hubspot</groupId> <artifactId>basepom</artifactId> <version>12.7</version> </parent>
compile
|-- com.google.code.findbugs:annotations
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-jackson
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-jetty
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-servlets
|-- io.dropwizard.metrics:metrics-healthchecks:3.1.2
|-- com.google.inject.extensions:guice-servlet
|-- org.glassfish.jersey.core:jersey-server:2.21
|-- com.squarespace.jersey2-guice:jersey2-guice:0.10
|-- org.reflections:reflections:0.9.9
|-- javax.servlet:javax.servlet-api
|-- org.glassfish.hk2:hk2-api:2.4.0-b31
|-- javax.ws.rs:javax.ws.rs-api:2.0.1
test
|-- junit:junit