Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.joschi</groupId>
  <artifactId>dropwizard-elasticsearch</artifactId>
  <version>0.1.0</version>
</dependency>

Apache Buildr

'com.github.joschi:dropwizard-elasticsearch:jar:0.1.0'

Apache Ant

<dependency org="com.github.joschi" name="dropwizard-elasticsearch" rev="0.1.0">
  <artifact name="dropwizard-elasticsearch" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.joschi', module='dropwizard-elasticsearch', version='0.1.0')
)

Grails

compile 'com.github.joschi:dropwizard-elasticsearch:0.1.0'

Leiningen

[com.github.joschi/dropwizard-elasticsearch "0.1.0"]

SBT

libraryDependencies += "com.github.joschi" %% "dropwizard-elasticsearch" % "0.1.0"