| 组织ID: |
com.typesafe.netty |
| 项目ID: |
netty-reactive-streams-http |
| 版本: |
1.0.8 |
| 最后修改时间: |
2018-08-05 13:52:39 |
| 包类型: |
jar |
| 标题: |
Netty Reactive Streams HTTP support |
| 大小: |
31.56KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams-http</artifactId>
<version>1.0.8</version>
</dependency>
|
| Gradle引入代码: |
com.typesafe.netty:netty-reactive-streams-http:1.0.8
|
| 下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams-parent</artifactId>
<version>1.0.8</version>
</parent>
<artifactId>netty-reactive-streams-http</artifactId>
<name>Netty Reactive Streams HTTP support</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-reactive-streams</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-tck</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.11</artifactId>
<version>${akka-stream.version}</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.typesafe.netty.http.DefaultStreamedHttpRequest.class
com.typesafe.netty.http.DefaultStreamedHttpResponse.class
com.typesafe.netty.http.DefaultWebSocketHttpResponse.class
com.typesafe.netty.http.DelegateHttpMessage.class
com.typesafe.netty.http.DelegateHttpRequest.class
com.typesafe.netty.http.DelegateHttpResponse.class
com.typesafe.netty.http.DelegateStreamedHttpRequest.class
com.typesafe.netty.http.DelegateStreamedHttpResponse.class
com.typesafe.netty.http.EmptyHttpRequest.class
com.typesafe.netty.http.EmptyHttpResponse.class
com.typesafe.netty.http.HttpStreamsClientHandler$1.class
com.typesafe.netty.http.HttpStreamsClientHandler.class
com.typesafe.netty.http.HttpStreamsHandler$1$1.class
com.typesafe.netty.http.HttpStreamsHandler$1.class
com.typesafe.netty.http.HttpStreamsHandler$2$1.class
com.typesafe.netty.http.HttpStreamsHandler$2.class
com.typesafe.netty.http.HttpStreamsHandler$3$1.class
com.typesafe.netty.http.HttpStreamsHandler$3.class
com.typesafe.netty.http.HttpStreamsHandler$4$1.class
com.typesafe.netty.http.HttpStreamsHandler$4.class
com.typesafe.netty.http.HttpStreamsHandler$Outgoing.class
com.typesafe.netty.http.HttpStreamsHandler.class
com.typesafe.netty.http.HttpStreamsServerHandler.class
com.typesafe.netty.http.StreamedHttpMessage.class
com.typesafe.netty.http.StreamedHttpRequest.class
com.typesafe.netty.http.StreamedHttpResponse.class
com.typesafe.netty.http.WebSocketHttpResponse.class
META-INF/maven/com.typesafe.netty/netty-reactive-streams-http/pom.xml
META-INF/maven/com.typesafe.netty/netty-reactive-streams-http/pom.properties
|
| 依赖Jar: |
netty-reactive-streams-${project.version}.jar
/${project.groupId}/netty-reactive-streams/${project.version}
查看netty-reactive-streams所有版本文件
akka-stream_2.11-${akka-stream.version}.jar
/com.typesafe.akka/akka-stream_2.11/${akka-stream.version}
查看akka-stream_2.11所有版本文件
|