Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.projectreactor |
ArtifactId | ArtifactIdreactor-stream |
Version | Version2.0.6.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
reactor-stream-2.0.6.RELEASE.pom | |
reactor-stream-2.0.6.RELEASE.jar | 375 KB |
reactor-stream-2.0.6.RELEASE-sources.jar | 170 KB |
reactor-stream-2.0.6.RELEASE-javadoc.jar | 701 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.projectreactor/reactor-stream/ -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-stream</artifactId>
<version>2.0.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor/reactor-stream/
implementation 'io.projectreactor:reactor-stream:2.0.6.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor/reactor-stream/
implementation ("io.projectreactor:reactor-stream:2.0.6.RELEASE")
'io.projectreactor:reactor-stream:jar:2.0.6.RELEASE'
<dependency org="io.projectreactor" name="reactor-stream" rev="2.0.6.RELEASE">
<artifact name="reactor-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor', module='reactor-stream', version='2.0.6.RELEASE')
)
libraryDependencies += "io.projectreactor" % "reactor-stream" % "2.0.6.RELEASE"
[io.projectreactor/reactor-stream "2.0.6.RELEASE"]