r

reactive-streams

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