rest

Elasticsearch subproject :client:rest

License

License

Categories

Categories

CLI User Interface Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.client
ArtifactId

ArtifactId

rest
Last Version

Last Version

6.0.0-alpha2
Release Date

Release Date

Type

Type

jar
Description

Description

rest
Elasticsearch subproject :client:rest
Project URL

Project URL

https://github.com/elastic/elasticsearch

Download rest

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.2
org.apache.httpcomponents : httpcore jar 4.4.5
org.apache.httpcomponents : httpasyncclient jar 4.1.2
org.apache.httpcomponents : httpcore-nio jar 4.4.5
commons-codec : commons-codec jar 1.10
commons-logging : commons-logging jar 1.1.3

Project Modules

There are no modules declared in this project.
org.elasticsearch.client

elastic

Versions

Version
6.0.0-alpha2
6.0.0-alpha1
5.5.3
5.5.2
5.5.1
5.5.0
5.4.3
5.4.2
5.4.1
5.4.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.2
5.1.1
5.0.2
5.0.1
5.0.0
5.0.0-rc1
5.0.0-beta1
5.0.0-alpha5
5.0.0-alpha4