r

reactive-streams

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