| 组织ID: |
org.elasticsearch.client |
| 项目ID: |
transport |
| 版本: |
5.0.0-alpha5 |
| 最后修改时间: |
2018-08-25 02:20:31 |
| 包类型: |
jar |
| 标题: |
The Apache Software License, Version 2.0 |
| 描述: |
Elasticsearch project |
| 相关URL: |
https://github.com/elastic/elasticsearch |
| 大小: |
7.36KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>transport</artifactId>
<version>5.0.0-alpha5</version>
</dependency>
|
| Gradle引入代码: |
org.elasticsearch.client:transport: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>transport</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.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
<version>5.0.0-alpha5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>reindex-client</artifactId>
<version>5.0.0-alpha5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>5.0.0-alpha5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty3-client</artifactId>
<version>5.0.0-alpha5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>lang-mustache-client</artifactId>
<version>5.0.0-alpha5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>percolator-client</artifactId>
<version>5.0.0-alpha5</version>
<scope>compile</scope>
</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>
</dependencies>
<developers>
<developer>
<name>Elastic</name>
<url>https://github.com/elastic/elasticsearch</url>
<organizationUrl>https://www.elastic.co</organizationUrl>
</developer>
</developers>
<name>Client: Transport</name>
<description>Elasticsearch project</description>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.elasticsearch.transport.client.PreBuiltTransportClient.class
org.elasticsearch.transport.client.PreBuiltTransportClient$TransportPlugin.class
META-INF/NOTICE.txt
META-INF/LICENSE.txt
|
| 依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
transport-netty4-client-5.0.0-alpha5.jar
/org.elasticsearch.plugin/transport-netty4-client/5.0.0-alpha5
查看transport-netty4-client所有版本文件
reindex-client-5.0.0-alpha5.jar
/org.elasticsearch.plugin/reindex-client/5.0.0-alpha5
查看reindex-client所有版本文件
elasticsearch-5.0.0-alpha5.jar
/org.elasticsearch/elasticsearch/5.0.0-alpha5
查看elasticsearch所有版本文件
transport-netty3-client-5.0.0-alpha5.jar
/org.elasticsearch.plugin/transport-netty3-client/5.0.0-alpha5
查看transport-netty3-client所有版本文件
lang-mustache-client-5.0.0-alpha5.jar
/org.elasticsearch.plugin/lang-mustache-client/5.0.0-alpha5
查看lang-mustache-client所有版本文件
percolator-client-5.0.0-alpha5.jar
/org.elasticsearch.plugin/percolator-client/5.0.0-alpha5
查看percolator-client所有版本文件
randomizedtesting-runner-2.3.2.jar
/com.carrotsearch.randomizedtesting/randomizedtesting-runner/2.3.2
查看randomizedtesting-runner所有版本文件
|