is not current version
Last Version 1.0.1.RELEASE

org.projectreactor:reactor-spring 1.0.0.RELEASE

Reactor Spring components

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

org.projectreactor
ArtifactId

ArtifactId

reactor-spring
Version

Version

1.0.0.RELEASE
Type

Type

jar

Download reactor-spring 1.0.0.RELEASE


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