r

reactive-streams-tck

A Protocol for Asynchronous Non-Blocking Data Sequence
http://www.reactive-streams.org/
CC0
Reactive Streams SIG
Files download
File Operation
reactive-streams-tck-1.0.0.jar download
reactive-streams-tck-1.0.0.pom download
reactive-streams-tck-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.reactivestreams</groupId>
  <artifactId>reactive-streams-tck</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.reactivestreams:reactive-streams-tck:1.0.0'
Gradle Kotlin
implementation("org.reactivestreams:reactive-streams-tck:1.0.0")
Scala SBT
libraryDependencies += "org.reactivestreams" % "reactive-streams-tck" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.reactivestreams', module='reactive-streams-tck', version='1.0.0')
)
Apache Ivy
<dependency org="org.reactivestreams" name="reactive-streams-tck" rev="1.0.0" />
Leiningen
[org.reactivestreams/reactive-streams-tck "1.0.0"]
Apache Buildr
'org.reactivestreams:reactive-streams-tck:jar:1.0.0'