| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface Search Business Logic Libraries Elasticsearch | 
| GroupId | GroupIdorg.elasticsearch.client | 
| ArtifactId | ArtifactIdrest | 
| Version | Version6.0.0-alpha2 | 
| Type | Typejar | 
| Description | Descriptionrest Elasticsearch subproject :client:rest | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| rest-6.0.0-alpha2.pom | |
| rest-6.0.0-alpha2.jar | 35 KB | 
| rest-6.0.0-alpha2-sources.jar | 26 KB | 
| rest-6.0.0-alpha2-javadoc.jar | 59 KB | 
| Browse | 
<!-- 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"]| 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 |