HubSpot / dropwizard-guice

Adds support for Guice to Dropwizard
Apache License 2.0
266 stars 95 forks source link

Support for Dropwizard v0.8.2 #66

Closed m-manu closed 9 years ago

m-manu commented 9 years ago

@HubSpot Can you please add support for Dropwizard v0.8.2 and release it to Maven Central? Thanks

jhaber commented 9 years ago

Already done :grinning: Use:

<dependency>
    <groupId>com.hubspot.dropwizard</groupId>
    <artifactId>dropwizard-guice</artifactId>
    <version>0.8.2.0</version>
</dependency>