<dependency>
<groupId>com.hubspot.dropwizard</groupId>
<artifactId>dropwizard-guice</artifactId>
<version>1.0.2.0</version>
</dependency>
@Grapes(
@Grab(group='com.hubspot.dropwizard', module='dropwizard-guice', version='1.0.2.0')
)
<parent> <groupId>com.hubspot</groupId> <artifactId>basepom</artifactId> <version>15.8</version> </parent>
compile
|-- com.squarespace.jersey2-guice:jersey2-guice-impl
|-- 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-core
|-- io.dropwizard.metrics:metrics-healthchecks
|-- com.google.inject.extensions:guice-servlet
|-- org.glassfish.jersey.core:jersey-server
|-- org.reflections:reflections
|-- javax.servlet:javax.servlet-api
|-- javax.ws.rs:javax.ws.rs-api
test
|-- junit:junit