Files download
File Operation
reactor-tools-3.3.14.RELEASE.jar download
reactor-tools-3.3.14.RELEASE.pom download
reactor-tools-3.3.14.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.projectreactor</groupId>
  <artifactId>reactor-tools</artifactId>
  <version>3.3.14.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.projectreactor:reactor-tools:3.3.14.RELEASE'
Gradle Kotlin
implementation("io.projectreactor:reactor-tools:3.3.14.RELEASE")
Scala SBT
libraryDependencies += "io.projectreactor" % "reactor-tools" % "3.3.14.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.projectreactor', module='reactor-tools', version='3.3.14.RELEASE')
)
Apache Ivy
<dependency org="io.projectreactor" name="reactor-tools" rev="3.3.14.RELEASE" />
Leiningen
[io.projectreactor/reactor-tools "3.3.14.RELEASE"]
Apache Buildr
'io.projectreactor:reactor-tools:jar:3.3.14.RELEASE'