<dependency>
<groupId>com.hubspot.dropwizard</groupId>
<artifactId>dropwizard-guicier</artifactId>
<version>1.0.0-rc3</version>
</dependency>
@Grapes(
@Grab(group='com.hubspot.dropwizard', module='dropwizard-guicier', version='1.0.0-rc3')
)
<parent> <groupId>com.hubspot</groupId> <artifactId>basepom</artifactId> <version>15.1</version> </parent>
compile
|-- com.google.inject.extensions:guice-servlet
|-- com.google.code.findbugs:annotations
|-- javax.servlet:javax.servlet-api
|-- javax.ws.rs:javax.ws.rs-api:2.0.1
|-- io.dropwizard:dropwizard-servlets
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-lifecycle
|-- io.dropwizard:dropwizard-jersey
|-- io.dropwizard:dropwizard-jetty
|-- io.dropwizard.metrics:metrics-healthchecks:3.1.2