Last Version

Elasticsearch HTTP client 0.1

An HTTP client for Elasticsearch

License

License

Categories

Categories

CLI User Interface Search Business Logic Libraries Elasticsearch
GroupId

GroupId

com.github.obourgain
ArtifactId

ArtifactId

elasticsearch-http-client
Version

Version

0.1
Type

Type

jar
Description

Description

Elasticsearch HTTP client
An HTTP client for Elasticsearch
Project URL

Project URL

https://github.com/obourgain/elasticsearch-http

Download elasticsearch-http-client 0.1


<!-- https://jarcasting.com/artifacts/com.github.obourgain/elasticsearch-http-client/ -->
<dependency>
    <groupId>com.github.obourgain</groupId>
    <artifactId>elasticsearch-http-client</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.obourgain/elasticsearch-http-client/
implementation 'com.github.obourgain:elasticsearch-http-client:0.1'
// https://jarcasting.com/artifacts/com.github.obourgain/elasticsearch-http-client/
implementation ("com.github.obourgain:elasticsearch-http-client:0.1")
'com.github.obourgain:elasticsearch-http-client:jar:0.1'
<dependency org="com.github.obourgain" name="elasticsearch-http-client" rev="0.1">
  <artifact name="elasticsearch-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.obourgain', module='elasticsearch-http-client', version='0.1')
)
libraryDependencies += "com.github.obourgain" % "elasticsearch-http-client" % "0.1"
[com.github.obourgain/elasticsearch-http-client "0.1"]

Dependencies

compile (12)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.5.3
com.fasterxml.jackson.core : jackson-databind jar 2.5.3
org.elasticsearch : elasticsearch jar ${elasticsearch.version}
org.apache.commons : commons-lang3 jar 3.4
com.google.guava : guava jar 18.0
org.assertj : assertj-core jar 2.0.0
org.slf4j : slf4j-api jar 1.7.12
org.projectlombok : lombok jar 1.16.4
io.reactivex : rxnetty jar 0.4.10
io.netty : netty-buffer jar 4.0.27.Final
io.netty : netty-codec-http jar 4.0.27.Final
io.reactivex : rxjava jar 1.0.9

test (9)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
com.carrotsearch.randomizedtesting : randomizedtesting-runner jar 2.1.14
org.apache.lucene : lucene-test-framework jar ${lucene.version}
org.elasticsearch : elasticsearch test-jar ${elasticsearch.version}
net.javacrumbs.json-unit : json-unit-fluent jar 1.5.5
org.slf4j : slf4j-log4j12 jar 1.7.12
org.mockito : mockito-core jar 2.0.12-beta
io.searchbox : jest jar 0.1.6

Project Modules

There are no modules declared in this project.