组织ID: |
org.reactivestreams |
项目ID: |
reactive-streams-tck |
版本: |
1.0.0.RC4 |
最后修改时间: |
2019-10-31 12:16:13 |
包类型: |
jar |
标题: |
reactive-streams |
描述: |
A Protocol for Asynchronous Non-Blocking Data Sequence |
相关URL: |
http://www.reactive-streams.org/ |
大小: |
156.84KB |
|
Maven引入代码: |
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-tck</artifactId>
<version>1.0.0.RC4</version>
</dependency>
|
Gradle引入代码: |
org.reactivestreams:reactive-streams-tck:1.0.0.RC4
|
下载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>org.reactivestreams</groupId>
<artifactId>reactive-streams-tck</artifactId>
<version>1.0.0.RC4</version>
<name>reactive-streams</name>
<description>A Protocol for Asynchronous Non-Blocking Data Sequence</description>
<url>http://www.reactive-streams.org/</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>CC0</name>
<url>http://creativecommons.org/publicdomain/zero/1.0/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>reactive-streams-sig</id>
<name>Reactive Streams SIG</name>
<url>http://www.reactive-streams.org/</url>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:reactive-streams/reactive-streams.git</connection>
<url>git@github.com:reactive-streams/reactive-streams.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>5.14.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
<version>1.0.0.RC4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams-examples</artifactId>
<version>1.0.0.RC4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.reactivestreams.tck.IdentityProcessorVerification$1.class
org.reactivestreams.tck.IdentityProcessorVerification$2.class
org.reactivestreams.tck.IdentityProcessorVerification$3$1.class
org.reactivestreams.tck.IdentityProcessorVerification$3.class
org.reactivestreams.tck.IdentityProcessorVerification$4$1.class
org.reactivestreams.tck.IdentityProcessorVerification$4.class
org.reactivestreams.tck.IdentityProcessorVerification$5.class
org.reactivestreams.tck.IdentityProcessorVerification$6$1.class
org.reactivestreams.tck.IdentityProcessorVerification$6.class
org.reactivestreams.tck.IdentityProcessorVerification$ManualSubscriberWithErrorCollection.class
org.reactivestreams.tck.IdentityProcessorVerification$TestSetup.class
org.reactivestreams.tck.IdentityProcessorVerification.class
org.reactivestreams.tck.PublisherVerification$1.class
org.reactivestreams.tck.PublisherVerification$10.class
org.reactivestreams.tck.PublisherVerification$11$1.class
org.reactivestreams.tck.PublisherVerification$11.class
org.reactivestreams.tck.PublisherVerification$12$1.class
org.reactivestreams.tck.PublisherVerification$12.class
org.reactivestreams.tck.PublisherVerification$13.class
org.reactivestreams.tck.PublisherVerification$14.class
org.reactivestreams.tck.PublisherVerification$15.class
org.reactivestreams.tck.PublisherVerification$16.class
org.reactivestreams.tck.PublisherVerification$17$1.class
org.reactivestreams.tck.PublisherVerification$17.class
org.reactivestreams.tck.PublisherVerification$18$1.class
org.reactivestreams.tck.PublisherVerification$18$2.class
org.reactivestreams.tck.PublisherVerification$18.class
org.reactivestreams.tck.PublisherVerification$19$1.class
org.reactivestreams.tck.PublisherVerification$19.class
org.reactivestreams.tck.PublisherVerification$2.class
org.reactivestreams.tck.PublisherVerification$20.class
org.reactivestreams.tck.PublisherVerification$21.class
org.reactivestreams.tck.PublisherVerification$22.class
org.reactivestreams.tck.PublisherVerification$23.class
org.reactivestreams.tck.PublisherVerification$24.class
org.reactivestreams.tck.PublisherVerification$25.class
org.reactivestreams.tck.PublisherVerification$26.class
org.reactivestreams.tck.PublisherVerification$27.class
org.reactivestreams.tck.PublisherVerification$28$1.class
org.reactivestreams.tck.PublisherVerification$28.class
org.reactivestreams.tck.PublisherVerification$3.class
org.reactivestreams.tck.PublisherVerification$4.class
org.reactivestreams.tck.PublisherVerification$5$1$1$ConcurrentAccessBarrier.class
org.reactivestreams.tck.PublisherVerification$5$1$1.class
org.reactivestreams.tck.PublisherVerification$5$1.class
org.reactivestreams.tck.PublisherVerification$5.class
org.reactivestreams.tck.PublisherVerification$6$1.class
org.reactivestreams.tck.PublisherVerification$6.class
org.reactivestreams.tck.PublisherVerification$7.class
org.reactivestreams.tck.PublisherVerification$8.class
org.reactivestreams.tck.PublisherVerification$9.class
org.reactivestreams.tck.PublisherVerification$PublisherTestRun.class
org.reactivestreams.tck.PublisherVerification.class
org.reactivestreams.tck.SubscriberBlackboxVerification$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$10$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$10.class
org.reactivestreams.tck.SubscriberBlackboxVerification$2$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$2.class
org.reactivestreams.tck.SubscriberBlackboxVerification$3$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$3.class
org.reactivestreams.tck.SubscriberBlackboxVerification$4$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$4.class
org.reactivestreams.tck.SubscriberBlackboxVerification$5$1$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$5$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$5.class
org.reactivestreams.tck.SubscriberBlackboxVerification$6$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$6.class
org.reactivestreams.tck.SubscriberBlackboxVerification$7.class
org.reactivestreams.tck.SubscriberBlackboxVerification$8.class
org.reactivestreams.tck.SubscriberBlackboxVerification$9$1.class
org.reactivestreams.tck.SubscriberBlackboxVerification$9.class
org.reactivestreams.tck.SubscriberBlackboxVerification$BlackboxTestStage.class
org.reactivestreams.tck.SubscriberBlackboxVerification$BlackboxTestStageTestRun.class
org.reactivestreams.tck.SubscriberBlackboxVerification.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$1.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$10.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$11.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$12.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$13.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$14.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$2.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$3$1.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$3.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$4$1.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$4.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$5$1.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$5.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$6.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$7.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$8.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$9.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$BlackboxProbe.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$BlackboxSubscriberProxy.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$SubscriberProbe.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$SubscriberPuppet.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$SubscriberPuppeteer.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$TestStageTestRun.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$WhiteboxSubscriberProbe.class
org.reactivestreams.tck.SubscriberWhiteboxVerification$WhiteboxTestStage.class
org.reactivestreams.tck.SubscriberWhiteboxVerification.class
org.reactivestreams.tck.TestEnvironment$BlackholeSubscriberWithSubscriptionSupport.class
org.reactivestreams.tck.TestEnvironment$Latch$ExpectedClosedLatchException.class
org.reactivestreams.tck.TestEnvironment$Latch$ExpectedOpenLatchException.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
testng-5.14.10.jar
/org.testng/testng/5.14.10
查看testng所有版本文件
reactive-streams-1.0.0.RC4.jar
/org.reactivestreams/reactive-streams/1.0.0.RC4
查看reactive-streams所有版本文件
reactive-streams-examples-1.0.0.RC4.jar
/org.reactivestreams/reactive-streams-examples/1.0.0.RC4
查看reactive-streams-examples所有版本文件
|