组织ID: |
io.projectreactor.ipc |
项目ID: |
reactor-ipc |
版本: |
0.6.1.RELEASE |
最后修改时间: |
2018-07-26 07:48:52 |
包类型: |
jar |
标题: |
IPC contracts for Reactive transport and protocol |
描述: |
IPC contracts for Reactive transport and protocol |
相关URL: |
https://github.com/reactor/reactor |
大小: |
54.31KB |
|
Maven引入代码: |
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-ipc</artifactId>
<version>0.6.1.RELEASE</version>
</dependency>
|
Gradle引入代码: |
io.projectreactor.ipc:reactor-ipc:0.6.1.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-ipc</artifactId>
<version>0.6.1.RELEASE</version>
<name>IPC contracts for Reactive transport and protocol</name>
<description>IPC contracts for Reactive transport and protocol</description>
<url>https://github.com/reactor/reactor</url>
<organization>
<name>reactor</name>
<url>http://github.com/reactor</url>
</organization>
<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>
<id>smaldini</id>
<name>Stephane Maldini</name>
<email>smaldini@pivotal.io</email>
</developer>
<developer>
<id>kadyana</id>
<name>Anatoly Kadyshev</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/reactor/reactor-ipc</connection>
<developerConnection>scm:git:git://github.com/reactor/reactor-ipc</developerConnection>
<url>https://github.com/reactor/reactor-ipc</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/reactor/reactor/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.0.5.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
reactor.ipc.stream.SimpleStreamConnector.class
reactor.ipc.stream.StreamSetup$OnConnectorSubscribe.class
reactor.ipc.stream.OnStream.class
reactor.ipc.stream.IpcServiceMapper$IpcServerMap$ServerMapSubscriber.class
reactor.ipc.stream.IpcServiceMapper$IpcServerMap$ServerSendSubscriber.class
reactor.ipc.stream.StreamContextImpl.class
reactor.ipc.stream.StreamOperationsImpl.class
reactor.ipc.stream.IpcServiceMapper$IpcServerReceive.class
reactor.ipc.stream.IpcServiceMapper$IpcClientUmapFlux.class
reactor.ipc.stream.IpcServiceMapper$IpcClientUmap$IpcUmapReceiver$1.class
reactor.ipc.stream.IpcServiceMapper$IpcClientMap.class
reactor.ipc.stream.IpcDone.class
reactor.ipc.stream.IpcServiceMapper$IpcClientReceive$IpcReceiveSubscription.class
reactor.ipc.stream.IpcServiceMapper$IpcClientUmap.class
reactor.ipc.stream.IpcServiceMapper$IpcClientReceive.class
reactor.ipc.stream.IpcServiceMapper$IpcServerMapFlux.class
reactor.ipc.stream.IpcServiceMapper$IpcClientMap$IpcMapReceiverSubscriber$1.class
reactor.ipc.stream.IpcServiceMapper$IpcClientReceiveFlux.class
reactor.ipc.stream.StreamOperations.class
reactor.ipc.stream.IpcServiceMapper$IpcServerMap.class
reactor.ipc.stream.IpcServiceMapper$IpcServerSend.class
reactor.ipc.stream.Ipc.class
reactor.ipc.stream.IpcServiceMapper$IpcClientUmap$IpcUmapProvider.class
reactor.ipc.stream.IpcServiceMapper$IpcServerReceiveFlux.class
reactor.ipc.stream.IpcServiceMapper$IpcServerReceiveMono.class
reactor.ipc.stream.IpcServiceMapper$IpcServerMapMono.class
reactor.ipc.stream.IpcServiceMapper$IpcClientSend.class
reactor.ipc.stream.IpcServiceMapper$IpcClientUmap$IpcUmapReceiver.class
reactor.ipc.stream.IpcServiceMapper$IpcServerSend$ServerSendSubscriber.class
reactor.ipc.stream.IpcServiceMapper$IpcClientMap$IpcMapSubscriber.class
reactor.ipc.stream.IpcServiceMapper$IpcClientUmapMono.class
reactor.ipc.stream.IpcInit.class
reactor.ipc.stream.IpcServiceMapper$IpcClientMapMono.class
reactor.ipc.stream.IpcServiceMapper.class
reactor.ipc.stream.StreamContext.class
reactor.ipc.stream.IpcServiceMapper$IpcServerMap$ServerMapSubscriber$1.class
reactor.ipc.stream.IpcServiceMapper$IpcClientMap$IpcMapReceiverSubscriber.class
reactor.ipc.stream.StreamConnector.class
reactor.ipc.stream.IpcServiceMapper$IpcServerReceive$ServerReceiveSubscriber.class
reactor.ipc.stream.IpcServiceMapper$IpcClientMapFlux.class
reactor.ipc.stream.IpcServiceMapper$IpcClientSend$SendSubscriber.class
reactor.ipc.stream.IpcServiceMapper$IpcClientReceiveMono.class
reactor.ipc.stream.StreamOutbound.class
reactor.ipc.stream.StreamSetup.class
reactor.ipc.connector.Connector.class
reactor.ipc.connector.Inbound.class
reactor.ipc.connector.OutboundThen.class
reactor.ipc.connector.Outbound.class
|
依赖Jar: |
jsr305-3.0.0.jar
/com.google.code.findbugs/jsr305/3.0.0
查看jsr305所有版本文件
reactor-core-3.0.5.RELEASE.jar
/io.projectreactor/reactor-core/3.0.5.RELEASE
查看reactor-core所有版本文件
slf4j-api-1.7.12.jar
/org.slf4j/slf4j-api/1.7.12
查看slf4j-api所有版本文件
|