is not current version
Last Version 2.0.8.RELEASE

io.projectreactor:reactor-groovy 2.0.5.RELEASE

Reactor Groovy components

Categories

Categories

Groovy Languages React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor
ArtifactId

ArtifactId

reactor-groovy
Version

Version

2.0.5.RELEASE
Type

Type

jar

Download reactor-groovy 2.0.5.RELEASE


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