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
文件下载
文件名 操作
reactor-bom-2020.0.45.pom 下载
Apache Maven
<dependency>
  <groupId>io.projectreactor</groupId>
  <artifactId>reactor-bom</artifactId>
  <version>2020.0.45</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.projectreactor:reactor-bom:2020.0.45'
Gradle Kotlin
implementation("io.projectreactor:reactor-bom:2020.0.45")
Scala SBT
libraryDependencies += "io.projectreactor" % "reactor-bom" % "2020.0.45"
Groovy Grape
@Grapes(
  @Grab(group='io.projectreactor', module='reactor-bom', version='2020.0.45')
)
Apache Ivy
<dependency org="io.projectreactor" name="reactor-bom" rev="2020.0.45" />
Leiningen
[io.projectreactor/reactor-bom "2020.0.45"]
Apache Buildr
'io.projectreactor:reactor-bom:jar:2020.0.45'
本项目依赖
该项目无第三方依赖