<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-elasticsearch</artifactId>
<version>1.0.0-2</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-elasticsearch', version='1.0.0-2')
)
compile
|-- io.dropwizard:dropwizard-core
|-- org.elasticsearch:elasticsearch:2.4.4
test
|-- junit:junit:4.12