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