License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdio.projectreactor |
ArtifactId | ArtifactIdreactor-bom |
Last Version | Last Version2020.0.20 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionProject Reactor 3 Release Train - BOM
Bill of materials to make sure a consistent set of versions is used for Reactor 3.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reactor-bom-2020.0.20.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/ -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>2020.0.20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/
implementation 'io.projectreactor:reactor-bom:2020.0.20'
// https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/
implementation ("io.projectreactor:reactor-bom:2020.0.20")
'io.projectreactor:reactor-bom:pom:2020.0.20'
<dependency org="io.projectreactor" name="reactor-bom" rev="2020.0.20">
<artifact name="reactor-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor', module='reactor-bom', version='2020.0.20')
)
libraryDependencies += "io.projectreactor" % "reactor-bom" % "2020.0.20"
[io.projectreactor/reactor-bom "2020.0.20"]