You can download rest-5.0.0.jar in this page.
The Apache Software License, Version 2.0
rest-5.0.0.jar file has the following types.
META-INF/LICENSE.txt META-INF/MANIFEST.MF META-INF/NOTICE.txt org.elasticsearch.client.DeadHostState.class org.elasticsearch.client.HeapBufferedAsyncResponseConsumer.class org.elasticsearch.client.HttpDeleteWithEntity.class org.elasticsearch.client.HttpGetWithEntity.class org.elasticsearch.client.RequestLogger.class org.elasticsearch.client.Response.class org.elasticsearch.client.ResponseException.class org.elasticsearch.client.ResponseListener.class org.elasticsearch.client.RestClient.class org.elasticsearch.client.RestClientBuilder.class
rest-5.0.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.elasticsearch.client</groupId> <artifactId>rest</artifactId> <version>5.0.0</version> <dependencies> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.2</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>4.4.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> <version>4.1.2</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-nio</artifactId> <version>4.4.5</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>*</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.3</version> <scope>compile</scope> </dependency> </dependencies> <inceptionYear>2009</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Elastic</name> <url>http://www.elastic.co</url> </developer> </developers> <name>rest</name> <description>Elasticsearch subproject :client:rest</description> <url>https://github.com/elastic/elasticsearch</url> <scm> <url>git@github.com:elastic/elasticsearch.git</url> </scm> </project>
<dependency> <groupId>org.elasticsearch.client</groupId> <artifactId>rest</artifactId> <version>5.0.0</version> </dependency>
If you think the following rest-5.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.