组织ID: |
org.elasticsearch.client |
项目ID: |
rest |
版本: |
5.0.0-alpha5 |
最后修改时间: |
2018-08-07 10:55:33 |
包类型: |
jar |
标题: |
The Apache Software License, Version 2.0 |
描述: |
Elasticsearch project |
相关URL: |
https://github.com/elastic/elasticsearch |
大小: |
30.35KB |
|
Maven引入代码: |
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>rest</artifactId>
<version>5.0.0-alpha5</version>
</dependency>
|
Gradle引入代码: |
org.elasticsearch.client:rest:5.0.0-alpha5
|
下载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>rest</artifactId>
<version>5.0.0-alpha5</version>
<url>https://github.com/elastic/elasticsearch</url>
<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>
<scm>
<connection>scm:https://elastic@github.com/elastic/elasticsearch</connection>
<developerConnection>scm:git://github.com/elastic/elasticsearch.git</developerConnection>
<url>https://github.com/elastic/elasticsearch</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</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</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</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.elasticsearch</groupId>
<artifactId>securemock</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-annotations</artifactId>
<version>1.15</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>test</artifactId>
<version>5.0.0-alpha5</version>
<scope>test</scope>
</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>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.3.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<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>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
<developers>
<developer>
<name>Elastic</name>
<url>https://github.com/elastic/elasticsearch</url>
<organizationUrl>https://www.elastic.co</organizationUrl>
</developer>
</developers>
<name>Client: Rest</name>
<description>Elasticsearch project</description>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.elasticsearch.client.RestClient$FailureListener.class
org.elasticsearch.client.RestClientBuilder$RequestConfigCallback.class
org.elasticsearch.client.RestClient$1.class
org.elasticsearch.client.DeadHostState.class
org.elasticsearch.client.RestClientBuilder.class
org.elasticsearch.client.RestClient$SyncResponseListener.class
org.elasticsearch.client.ResponseException.class
org.elasticsearch.client.HeapBufferedAsyncResponseConsumer.class
org.elasticsearch.client.RequestLogger.class
org.elasticsearch.client.ResponseListener.class
org.elasticsearch.client.RestClientBuilder$HttpClientConfigCallback.class
org.elasticsearch.client.RestClient.class
org.elasticsearch.client.Response.class
org.elasticsearch.client.RestClient$FailureTrackingResponseListener.class
org.elasticsearch.client.HttpGetWithEntity.class
org.elasticsearch.client.RestClient$2.class
org.elasticsearch.client.HttpDeleteWithEntity.class
META-INF/NOTICE.txt
META-INF/LICENSE.txt
|
依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
httpasyncclient-4.1.2.jar
/org.apache.httpcomponents/httpasyncclient/4.1.2
查看httpasyncclient所有版本文件
securemock-1.2.jar
/org.elasticsearch/securemock/1.2
查看securemock所有版本文件
hamcrest-all-1.3.jar
/org.hamcrest/hamcrest-all/1.3
查看hamcrest-all所有版本文件
commons-codec-1.10.jar
/commons-codec/commons-codec/1.10
查看commons-codec所有版本文件
animal-sniffer-annotations-1.15.jar
/org.codehaus.mojo/animal-sniffer-annotations/1.15
查看animal-sniffer-annotations所有版本文件
httpcore-4.4.5.jar
/org.apache.httpcomponents/httpcore/4.4.5
查看httpcore所有版本文件
test-5.0.0-alpha5.jar
/org.elasticsearch.client/test/5.0.0-alpha5
查看test所有版本文件
httpcore-nio-4.4.5.jar
/org.apache.httpcomponents/httpcore-nio/4.4.5
查看httpcore-nio所有版本文件
randomizedtesting-runner-2.3.2.jar
/com.carrotsearch.randomizedtesting/randomizedtesting-runner/2.3.2
查看randomizedtesting-runner所有版本文件
httpclient-4.5.2.jar
/org.apache.httpcomponents/httpclient/4.5.2
查看httpclient所有版本文件
commons-logging-1.1.3.jar
/commons-logging/commons-logging/1.1.3
查看commons-logging所有版本文件
|