组织ID: |
org.elasticsearch.client |
项目ID: |
elasticsearch-rest-client |
版本: |
6.4.0 |
最后修改时间: |
2018-08-24 10:07:41 |
包类型: |
jar |
标题: |
The Apache Software License, Version 2.0 |
描述: |
Elasticsearch subproject :client:rest |
大小: |
55.21KB |
|
Maven引入代码: |
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
<version>6.4.0</version>
</dependency>
|
Gradle引入代码: |
org.elasticsearch.client:elasticsearch-rest-client:6.4.0
|
下载Jar包: |
|
POM文件内容: |
<?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>elasticsearch-rest-client</artifactId>
<version>6.4.0</version>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</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>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</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>org.apache.httpcomponents</groupId>
<artifactId>httpcore</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>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META-INF/NOTICE.txt
org.elasticsearch.client.HttpDeleteWithEntity.class
org.elasticsearch.client.RestClientBuilder$1.class
org.elasticsearch.client.HttpGetWithEntity.class
org.elasticsearch.client.RestClientBuilder$HttpClientConfigCallback.class
org.elasticsearch.client.HttpAsyncResponseConsumerFactory.class
org.elasticsearch.client.RequestOptions$ReqHeader.class
org.elasticsearch.client.NodeSelector.class
org.elasticsearch.client.RequestOptions$1.class
org.elasticsearch.client.RestClient$DeadNode.class
org.elasticsearch.client.RestClientBuilder$RequestConfigCallback.class
org.elasticsearch.client.PersistentCredentialsAuthenticationStrategy.class
org.elasticsearch.client.Node$Roles.class
org.elasticsearch.client.Node.class
org.elasticsearch.client.ResponseListener.class
org.elasticsearch.client.HttpAsyncResponseConsumerFactory$HeapBufferedResponseConsumerFactory.class
org.elasticsearch.client.Response.class
org.elasticsearch.client.RequestOptions.class
org.elasticsearch.client.DeadHostState.class
org.elasticsearch.client.RequestLogger.class
org.elasticsearch.client.RestClientBuilder$2.class
org.elasticsearch.client.RestClient$2.class
org.elasticsearch.client.NodeSelector$1.class
org.elasticsearch.client.HasAttributeNodeSelector.class
org.elasticsearch.client.DeadHostState$TimeSupplier$1.class
org.elasticsearch.client.HeapBufferedAsyncResponseConsumer.class
org.elasticsearch.client.RestClientBuilder.class
org.elasticsearch.client.RestClient$SyncResponseListener.class
org.elasticsearch.client.RestClient.class
org.elasticsearch.client.RestClient$DeadNodeIteratorAdapter.class
org.elasticsearch.client.RestClient$1.class
org.elasticsearch.client.RequestOptions$Builder.class
org.elasticsearch.client.NodeSelector$2.class
org.elasticsearch.client.RestClient$FailureTrackingResponseListener.class
org.elasticsearch.client.ResponseException.class
org.elasticsearch.client.Request.class
org.elasticsearch.client.RestClient$NodeTuple.class
org.elasticsearch.client.RestClient$FailureListener.class
org.elasticsearch.client.DeadHostState$TimeSupplier.class
|
依赖Jar: |
httpclient-4.5.2.jar
/org.apache.httpcomponents/httpclient/4.5.2
查看httpclient所有版本文件
httpcore-4.4.5.jar
/org.apache.httpcomponents/httpcore/4.4.5
查看httpcore所有版本文件
httpasyncclient-4.1.2.jar
/org.apache.httpcomponents/httpasyncclient/4.1.2
查看httpasyncclient所有版本文件
httpcore-nio-4.4.5.jar
/org.apache.httpcomponents/httpcore-nio/4.4.5
查看httpcore-nio所有版本文件
commons-codec-1.10.jar
/commons-codec/commons-codec/1.10
查看commons-codec所有版本文件
commons-logging-1.1.3.jar
/commons-logging/commons-logging/1.1.3
查看commons-logging所有版本文件
|