| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSearch Business Logic Libraries Elasticsearch | 
        
| GroupId | GroupIdorg.elasticsearch | 
    
| ArtifactId | ArtifactIdrest | 
    
| Version | Version5.0.0-alpha4 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRest: 5.0.0-alpha4 
            Elasticsearch project 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| rest-5.0.0-alpha4.pom | |
| rest-5.0.0-alpha4.jar | 21 KB | 
| rest-5.0.0-alpha4-sources.jar | 18 KB | 
| rest-5.0.0-alpha4-javadoc.jar | 39 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.elasticsearch/rest/ -->
<dependency>
    <groupId>org.elasticsearch</groupId>
    <artifactId>rest</artifactId>
    <version>5.0.0-alpha4</version>
</dependency>
                // https://jarcasting.com/artifacts/org.elasticsearch/rest/
implementation 'org.elasticsearch:rest:5.0.0-alpha4'
                // https://jarcasting.com/artifacts/org.elasticsearch/rest/
implementation ("org.elasticsearch:rest:5.0.0-alpha4")
                'org.elasticsearch:rest:jar:5.0.0-alpha4'
                <dependency org="org.elasticsearch" name="rest" rev="5.0.0-alpha4">
  <artifact name="rest" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.elasticsearch', module='rest', version='5.0.0-alpha4')
)
                libraryDependencies += "org.elasticsearch" % "rest" % "5.0.0-alpha4"
                [org.elasticsearch/rest "5.0.0-alpha4"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpcore | jar | 4.4.4 | 
| commons-codec : commons-codec | jar | 1.10 | 
| org.apache.httpcomponents : httpclient | jar | 4.5.2 | 
| commons-logging : commons-logging | jar | 1.1.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.hamcrest : hamcrest-all | jar | 1.3 | 
| org.elasticsearch : securemock | jar | 1.2 | 
| org.codehaus.mojo : animal-sniffer-annotations | jar | 1.15 | 
| org.elasticsearch.client » test | jar | 5.0.0-alpha4 | 
| com.carrotsearch.randomizedtesting : randomizedtesting-runner | jar | 2.3.2 |