Last Version

rest 6.0.0-alpha2

Elasticsearch subproject :client:rest

License

License

Categories

Categories

CLI User Interface Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch.client
ArtifactId

ArtifactId

rest
Version

Version

6.0.0-alpha2
Type

Type

jar
Description

Description

rest
Elasticsearch subproject :client:rest
Project URL

Project URL

https://github.com/elastic/elasticsearch

Download rest 6.0.0-alpha2


<!-- 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.