Files download
File Operation
elasticsearch-client-http-2.2.1.0.jar download
elasticsearch-client-http-2.2.1.0.pom download
elasticsearch-client-http-2.2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xbib.elasticsearch</groupId>
  <artifactId>elasticsearch-client-http</artifactId>
  <version>2.2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.xbib.elasticsearch:elasticsearch-client-http:2.2.1.0'
Gradle Kotlin
implementation("org.xbib.elasticsearch:elasticsearch-client-http:2.2.1.0")
Scala SBT
libraryDependencies += "org.xbib.elasticsearch" % "elasticsearch-client-http" % "2.2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.xbib.elasticsearch', module='elasticsearch-client-http', version='2.2.1.0')
)
Apache Ivy
<dependency org="org.xbib.elasticsearch" name="elasticsearch-client-http" rev="2.2.1.0" />
Leiningen
[org.xbib.elasticsearch/elasticsearch-client-http "2.2.1.0"]
Apache Buildr
'org.xbib.elasticsearch:elasticsearch-client-http:jar:2.2.1.0'