is not current version
Last Version 1.1.6.RELEASE

org.projectreactor:reactor-groovy 1.1.5.RELEASE

Reactor Groovy components

Categories

Categories

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

GroupId

org.projectreactor
ArtifactId

ArtifactId

reactor-groovy
Version

Version

1.1.5.RELEASE
Type

Type

jar

Download reactor-groovy 1.1.5.RELEASE


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