文件下载
文件名 操作
reactive-streams-0.4.0.jar 下载
reactive-streams-0.4.0.pom 下载
reactive-streams-0.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.reactivestreams</groupId>
  <artifactId>reactive-streams</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.reactivestreams:reactive-streams:0.4.0'
Gradle Kotlin
implementation("org.reactivestreams:reactive-streams:0.4.0")
Scala SBT
libraryDependencies += "org.reactivestreams" % "reactive-streams" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.reactivestreams', module='reactive-streams', version='0.4.0')
)
Apache Ivy
<dependency org="org.reactivestreams" name="reactive-streams" rev="0.4.0" />
Leiningen
[org.reactivestreams/reactive-streams "0.4.0"]
Apache Buildr
'org.reactivestreams:reactive-streams:jar:0.4.0'
本项目依赖
该项目无第三方依赖