组织ID: |
io.searchbox |
项目ID: |
jest |
版本: |
5.3.4 |
最后修改时间: |
2018-08-16 14:34:10 |
包类型: |
jar |
标题: |
Jest Apache HC Jar |
描述: |
ElasticSearch Java REST client - Apache HTTP Client package |
相关URL: |
https://github.com/searchbox-io/Jest |
大小: |
21.34KB |
|
Maven引入代码: |
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest</artifactId>
<version>5.3.4</version>
</dependency>
|
Gradle引入代码: |
io.searchbox:jest:5.3.4
|
下载Jar包: |
|
POM文件内容: |
<?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>
<artifactId>jest</artifactId>
<packaging>jar</packaging>
<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>5.3.4</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch.test</groupId>
<artifactId>framework</artifactId>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</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>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
</dependency>
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
<exclusions>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.elasticsearch.plugin</groupId>-->
<!--<artifactId>delete-by-query</artifactId>-->
<!--</dependency>-->
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>reindex-client</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
</dependency>
<dependency>
<groupId>org.codelibs.elasticsearch.module</groupId>
<artifactId>lang-painless</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>percolator-client</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>lang-mustache-client</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
io.searchbox.client.config.HttpClientConfig.class
io.searchbox.client.config.idle.HttpReapableConnectionManager.class
io.searchbox.client.config.HttpClientConfig$Builder.class
io.searchbox.client.JestClientFactory.class
io.searchbox.client.http.JestHttpClient$DefaultCallback.class
io.searchbox.client.http.apache.HttpGetWithEntity.class
io.searchbox.client.http.apache.HttpDeleteWithEntity.class
io.searchbox.client.http.JestHttpClient.class
META-INF/maven/io.searchbox/jest/pom.xml
META-INF/maven/io.searchbox/jest/pom.properties
|
依赖Jar: |
|