r

reactor-bom

Bill of materials to make sure a consistent set of versions is used for Reactor 3.
https://projectreactor.io
The Apache Software License, Version 2.0
reactor
Simon Baslé Violeta Georgieva Oleh Dokuka
Files download
File Operation
reactor-bom-2020.0.27.pom download
Apache Maven
<dependency>
  <groupId>io.projectreactor</groupId>
  <artifactId>reactor-bom</artifactId>
  <version>2020.0.27</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.projectreactor:reactor-bom:2020.0.27'
Gradle Kotlin
implementation("io.projectreactor:reactor-bom:2020.0.27")
Scala SBT
libraryDependencies += "io.projectreactor" % "reactor-bom" % "2020.0.27"
Groovy Grape
@Grapes(
  @Grab(group='io.projectreactor', module='reactor-bom', version='2020.0.27')
)
Apache Ivy
<dependency org="io.projectreactor" name="reactor-bom" rev="2020.0.27" />
Leiningen
[io.projectreactor/reactor-bom "2020.0.27"]
Apache Buildr
'io.projectreactor:reactor-bom:jar:2020.0.27'
Dependencies
The project has no third-party dependencies