| Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
|---|---|
| GroupId | GroupIdio.projectreactor |
| ArtifactId | ArtifactIdreactor-bom |
| Version | VersionBismuth-SR6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| reactor-bom-Bismuth-SR6.pom | |
| reactor-bom-Bismuth-SR6.txt | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/ -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Bismuth-SR6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/
implementation 'io.projectreactor:reactor-bom:Bismuth-SR6'
// https://jarcasting.com/artifacts/io.projectreactor/reactor-bom/
implementation ("io.projectreactor:reactor-bom:Bismuth-SR6")
'io.projectreactor:reactor-bom:pom:Bismuth-SR6'
<dependency org="io.projectreactor" name="reactor-bom" rev="Bismuth-SR6">
<artifact name="reactor-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor', module='reactor-bom', version='Bismuth-SR6')
)
libraryDependencies += "io.projectreactor" % "reactor-bom" % "Bismuth-SR6"
[io.projectreactor/reactor-bom "Bismuth-SR6"]