Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.projectreactor |
ArtifactId | ArtifactIdreactor-tools |
Version | Version3.3.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.projectreactor/reactor-tools/ -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-tools</artifactId>
<version>3.3.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor/reactor-tools/
implementation 'io.projectreactor:reactor-tools:3.3.4.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor/reactor-tools/
implementation ("io.projectreactor:reactor-tools:3.3.4.RELEASE")
'io.projectreactor:reactor-tools:jar:3.3.4.RELEASE'
<dependency org="io.projectreactor" name="reactor-tools" rev="3.3.4.RELEASE">
<artifact name="reactor-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor', module='reactor-tools', version='3.3.4.RELEASE')
)
libraryDependencies += "io.projectreactor" % "reactor-tools" % "3.3.4.RELEASE"
[io.projectreactor/reactor-tools "3.3.4.RELEASE"]