r

reactive-streams-tck-flow

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