is not current version
Last Version 3.4.19

io.projectreactor:reactor-core 3.1.12.RELEASE

Non-Blocking Reactive Foundation for the JVM

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor
ArtifactId

ArtifactId

reactor-core
Version

Version

3.1.12.RELEASE
Type

Type

jar

Download reactor-core 3.1.12.RELEASE


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