r

reactive-streams-flow-adapters

A Protocol for Asynchronous Non-Blocking Data Sequence
http://www.reactive-streams.org/
CC0
Reactive Streams SIG
文件下载
文件名 操作
reactive-streams-flow-adapters-1.0.2-RC2.jar 下载
reactive-streams-flow-adapters-1.0.2-RC2.pom 下载
reactive-streams-flow-adapters-1.0.2-RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.reactivestreams</groupId>
  <artifactId>reactive-streams-flow-adapters</artifactId>
  <version>1.0.2-RC2</version>
</dependency>
Gradle Groovy
implementation 'org.reactivestreams:reactive-streams-flow-adapters:1.0.2-RC2'
Gradle Kotlin
implementation("org.reactivestreams:reactive-streams-flow-adapters:1.0.2-RC2")
Scala SBT
libraryDependencies += "org.reactivestreams" % "reactive-streams-flow-adapters" % "1.0.2-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.reactivestreams', module='reactive-streams-flow-adapters', version='1.0.2-RC2')
)
Apache Ivy
<dependency org="org.reactivestreams" name="reactive-streams-flow-adapters" rev="1.0.2-RC2" />
Leiningen
[org.reactivestreams/reactive-streams-flow-adapters "1.0.2-RC2"]
Apache Buildr
'org.reactivestreams:reactive-streams-flow-adapters:jar:1.0.2-RC2'