Fork me on GitHub

Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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