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.11.pom download
Apache Maven
<dependency>
  <groupId>io.projectreactor</groupId>
  <artifactId>reactor-bom</artifactId>
  <version>2020.0.11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.projectreactor:reactor-bom:2020.0.11'
Gradle Kotlin
implementation("io.projectreactor:reactor-bom:2020.0.11")
Scala SBT
libraryDependencies += "io.projectreactor" % "reactor-bom" % "2020.0.11"
Groovy Grape
@Grapes(
  @Grab(group='io.projectreactor', module='reactor-bom', version='2020.0.11')
)
Apache Ivy
<dependency org="io.projectreactor" name="reactor-bom" rev="2020.0.11" />
Leiningen
[io.projectreactor/reactor-bom "2020.0.11"]
Apache Buildr
'io.projectreactor:reactor-bom:jar:2020.0.11'
Dependencies
The project has no third-party dependencies