License |
License |
---|---|
Categories |
CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch |
GroupId | GroupIdcom.github.obourgain |
ArtifactId | ArtifactIdelasticsearch-http-client |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionElasticsearch HTTP client
An HTTP client for Elasticsearch
|
Project URL |
Project URL |
<!-- 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"]
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 |
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 |