组织ID: |
com.typesafe.netty |
项目ID: |
netty-reactive-streams |
版本: |
2.0.3 |
最后修改时间: |
2019-04-01 14:32:50 |
包类型: |
jar |
标题: |
Netty Reactive Streams Implementation |
大小: |
21.33KB |
|
Maven引入代码: |
<dependency>
<groupId>com.typesafe.netty</groupId>
<artifactId>netty-reactive-streams</artifactId>
<version>2.0.3</version>
</dependency>
|
Gradle引入代码: |
com.typesafe.netty:netty-reactive-streams:2.0.3
|
下载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>2.0.3</version>
</parent>
<artifactId>netty-reactive-streams</artifactId>
<name>Netty Reactive Streams Implementation</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-tck</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<archive combine.children="append">
<manifestEntries>
<Automatic-Module-Name>com.typesafe.netty.core</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.typesafe.netty.HandlerSubscriber$3.class
com.typesafe.netty.HandlerPublisher$3.class
com.typesafe.netty.HandlerSubscriber$1.class
com.typesafe.netty.HandlerPublisher$4.class
com.typesafe.netty.CancelledSubscriber.class
com.typesafe.netty.HandlerPublisher$ChannelSubscription$1.class
com.typesafe.netty.HandlerPublisher$2.class
com.typesafe.netty.HandlerSubscriber.class
com.typesafe.netty.HandlerPublisher$ChannelSubscription.class
com.typesafe.netty.HandlerSubscriber$5.class
com.typesafe.netty.HandlerSubscriber$2.class
META-INF/maven/com.typesafe.netty/netty-reactive-streams/pom.xml
com.typesafe.netty.HandlerPublisher.class
META-INF/maven/com.typesafe.netty/netty-reactive-streams/pom.properties
com.typesafe.netty.HandlerSubscriber$4.class
com.typesafe.netty.HandlerSubscriber$State.class
com.typesafe.netty.HandlerPublisher$ChannelSubscription$2.class
com.typesafe.netty.HandlerPublisher$1.class
com.typesafe.netty.HandlerPublisher$State.class
|
依赖Jar: |
|