You can download jest-0.1.0.jar in this page.
The Apache Software License, Version 2.0
jest-0.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.searchbox/jest/pom.properties META-INF/maven/io.searchbox/jest/pom.xml io.searchbox.client.JestClientFactory.class io.searchbox.client.config.HttpClientConfig.class io.searchbox.client.http.JestHttpClient.class io.searchbox.client.http.apache.HttpDeleteWithEntity.class io.searchbox.client.http.apache.HttpGetWithEntity.class
jest-0.1.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>io.searchbox</groupId> <artifactId>jest</artifactId> <packaging>jar</packaging> <version>0.1.0</version> <name>Jest Apache HC Jar</name> <description>ElasticSearch Java REST client - Apache HTTP Client package</description> <url>https://github.com/searchbox-io/Jest</url> <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> <scm> <connection>scm:git:git@github.com:searchbox-io/Jest.git</connection> <developerConnection>scm:git:git@github.com:searchbox-io/Jest.git</developerConnection> <url>git@github.com:searchbox-io/Jest.git</url> </scm> <developers> <developer> <id>TheKingOfTheEast</id> <name>Dogukan Sonmez</name> <email>dogukansonmez@yahoo.com</email> </developer> <developer> <id>ferhatsb</id> <name>Ferhat Sobay</name> <email>ferhat@searchbox.io</email> </developer> <developer> <id>kramer</id> <name>Cihat Keser</name> <email>info@cihatkeser.com</email> <url>http://about.cihatkeser.com</url> </developer> </developers> <parent> <groupId>io.searchbox</groupId> <artifactId>jest-parent</artifactId> <version>0.1.0</version> </parent> <dependencies> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-test-framework</artifactId> </dependency> <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <type>test-jar</type> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> </dependency> <dependency> <groupId>com.carrotsearch.randomizedtesting</groupId> <artifactId>randomizedtesting-runner</artifactId> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-codecs</artifactId> </dependency> <dependency> <groupId>io.searchbox</groupId> <artifactId>jest-common</artifactId> </dependency> <!-- Http components --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore-nio</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpasyncclient</artifactId> </dependency> <!-- Testing Dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>io.searchbox</groupId> <artifactId>jest</artifactId> <version>0.1.0</version> </dependency>
If you think the following jest-0.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.