组织ID: |
org.reactivestreams |
项目ID: |
reactive-streams-spi |
版本: |
0.3 |
最后修改时间: |
2018-12-04 17:17:42 |
包类型: |
jar |
标题: |
CC0 |
描述: |
reactive-streams-spi |
相关URL: |
http://www.reactive-streams.org/ |
大小: |
2.87KB |
|
Maven引入代码: |
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-spi</artifactId>
<version>0.3</version>
</dependency>
|
Gradle引入代码: |
org.reactivestreams:reactive-streams-spi:0.3
|
下载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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-spi</artifactId>
<packaging>jar</packaging>
<description>reactive-streams-spi</description>
<url>http://www.reactive-streams.org/</url>
<version>0.3</version>
<licenses>
<license>
<name>CC0</name>
<url>http://creativecommons.org/publicdomain/zero/1.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>reactive-streams-spi</name>
<organization>
<name>org.reactivestreams</name>
<url>http://www.reactive-streams.org/</url>
</organization>
<scm>
<url>git@github.com:reactive-streams/reactive-streams.git</url>
<connection>scm:git:git@github.com:reactive-streams/reactive-streams.git</connection>
</scm>
<developers>
<developer>
<id>reactive-streams-sig</id>
<name>Reactive Streams SIG</name>
<url>http://www.reactive-streams.org/</url>
</developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.reactivestreams.spi.Subscription.class
org.reactivestreams.api.Processor.class
org.reactivestreams.api.Producer.class
org.reactivestreams.spi.Publisher.class
org.reactivestreams.api.Consumer.class
org.reactivestreams.spi.Subscriber.class
|
依赖Jar: |
无
|