| 组织ID: |
org.elasticsearch.plugin |
| 项目ID: |
transport-netty4-client |
| 版本: |
5.0.1 |
| 最后修改时间: |
2018-07-25 17:32:22 |
| 包类型: |
jar |
| 标题: |
The Apache Software License, Version 2.0 |
| 描述: |
Netty 4 based transport implementation |
| 大小: |
71.12KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
<version>5.0.1</version>
</dependency>
|
| Gradle引入代码: |
org.elasticsearch.plugin:transport-netty4-client:5.0.1
|
| 下载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.plugin</groupId>
<artifactId>transport-netty4-client</artifactId>
<version>5.0.1</version>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.5.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.5.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.5.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.5.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.5.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<version>4.1.5.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.5.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>5.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.locationtech.spatial4j</groupId>
<artifactId>spatial4j</artifactId>
<version>0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.vividsolutions</groupId>
<artifactId>jts</artifactId>
<version>1.13</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.6.2</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.2.2</version>
<scope>provided</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>transport-netty4</name>
<description>Netty 4 based transport implementation</description>
<url>https://github.com/elastic/elasticsearch</url>
<scm>
<url>git@github.com:elastic/elasticsearch.git</url>
</scm>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest.class
org.elasticsearch.http.netty4.pipelining.HttpPipelinedResponse.class
org.elasticsearch.http.netty4.pipelining.HttpPipeliningHandler.class
org.elasticsearch.http.netty4.Netty4HttpServerTransport$HttpChannelHandler.class
org.elasticsearch.http.netty4.Netty4HttpServerTransport.class
org.elasticsearch.http.netty4.Netty4HttpRequestHandler.class
org.elasticsearch.http.netty4.Netty4HttpRequest.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder$DateValueGenerator.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder$1.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder$ConstantValueGenerator.class
org.elasticsearch.http.netty4.cors.Netty4CorsHandler.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder.class
org.elasticsearch.http.netty4.cors.Netty4CorsConfig.class
org.elasticsearch.http.netty4.Netty4HttpChannel.class
org.elasticsearch.transport.netty4.Netty4Transport$ChannelCloseListener.class
org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler.class
org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler$1.class
org.elasticsearch.transport.netty4.Netty4SizeHeaderFrameDecoder.class
org.elasticsearch.transport.netty4.ByteBufBytesReference.class
org.elasticsearch.transport.netty4.Netty4Transport.class
org.elasticsearch.transport.netty4.Netty4Transport$ClientChannelInitializer.class
org.elasticsearch.transport.netty4.Netty4Transport$ServerChannelInitializer.class
org.elasticsearch.transport.netty4.Netty4Utils$1.class
org.elasticsearch.transport.netty4.Netty4Transport$1.class
org.elasticsearch.transport.netty4.Netty4MessageChannelHandler.class
org.elasticsearch.transport.netty4.Netty4InternalESLogger.class
org.elasticsearch.transport.netty4.ByteBufStreamInput.class
org.elasticsearch.transport.netty4.Netty4Utils.class
org.elasticsearch.transport.Netty4Plugin.class
META-INF/LICENSE.txt
META-INF/NOTICE.txt
|
| 依赖Jar: |
netty-buffer-4.1.5.Final.jar
/io.netty/netty-buffer/4.1.5.Final
查看netty-buffer所有版本文件
netty-codec-4.1.5.Final.jar
/io.netty/netty-codec/4.1.5.Final
查看netty-codec所有版本文件
netty-codec-http-4.1.5.Final.jar
/io.netty/netty-codec-http/4.1.5.Final
查看netty-codec-http所有版本文件
netty-common-4.1.5.Final.jar
/io.netty/netty-common/4.1.5.Final
查看netty-common所有版本文件
netty-handler-4.1.5.Final.jar
/io.netty/netty-handler/4.1.5.Final
查看netty-handler所有版本文件
netty-resolver-4.1.5.Final.jar
/io.netty/netty-resolver/4.1.5.Final
查看netty-resolver所有版本文件
netty-transport-4.1.5.Final.jar
/io.netty/netty-transport/4.1.5.Final
查看netty-transport所有版本文件
elasticsearch-5.0.1.jar
/org.elasticsearch/elasticsearch/5.0.1
查看elasticsearch所有版本文件
spatial4j-0.6.jar
/org.locationtech.spatial4j/spatial4j/0.6
查看spatial4j所有版本文件
jts-1.13.jar
/com.vividsolutions/jts/1.13
查看jts所有版本文件
log4j-api-2.6.2.jar
/org.apache.logging.log4j/log4j-api/2.6.2
查看log4j-api所有版本文件
log4j-core-2.6.2.jar
/org.apache.logging.log4j/log4j-core/2.6.2
查看log4j-core所有版本文件
jna-4.2.2.jar
/net.java.dev.jna/jna/4.2.2
查看jna所有版本文件
|