is not current version
Last Version 2020.0.20

io.projectreactor:reactor-bom 2020.0.3

Bill of materials to make sure a consistent set of versions is used for Reactor 3.

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor
ArtifactId

ArtifactId

reactor-bom
Version

Version

2020.0.3
Type

Type

pom

Download reactor-bom 2020.0.3

Filename Size
reactor-bom-2020.0.3.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/ -->
<dependency>
    <groupId>io.projectreactor</groupId>
    <artifactId>reactor-bom</artifactId>
    <version>2020.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/
implementation 'io.projectreactor:reactor-bom:2020.0.3'
// https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/
implementation ("io.projectreactor:reactor-bom:2020.0.3")
'io.projectreactor:reactor-bom:pom:2020.0.3'
<dependency org="io.projectreactor" name="reactor-bom" rev="2020.0.3">
  <artifact name="reactor-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor', module='reactor-bom', version='2020.0.3')
)
libraryDependencies += "io.projectreactor" % "reactor-bom" % "2020.0.3"
[io.projectreactor/reactor-bom "2020.0.3"]