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