Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdio.projectreactor |
ArtifactId | ArtifactIdreactor |
Last Version | Last Version2.0.8.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
reactor-2.0.8.RELEASE.pom | |
reactor-2.0.8.RELEASE.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.projectreactor/reactor/ -->
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor</artifactId>
<version>2.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor/reactor/
implementation 'io.projectreactor:reactor:2.0.8.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor/reactor/
implementation ("io.projectreactor:reactor:2.0.8.RELEASE")
'io.projectreactor:reactor:jar:2.0.8.RELEASE'
<dependency org="io.projectreactor" name="reactor" rev="2.0.8.RELEASE">
<artifact name="reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor', module='reactor', version='2.0.8.RELEASE')
)
libraryDependencies += "io.projectreactor" % "reactor" % "2.0.8.RELEASE"
[io.projectreactor/reactor "2.0.8.RELEASE"]
Version |
---|
2.0.8.RELEASE
|
2.0.7.RELEASE
|
2.0.6.RELEASE
|
2.0.5.RELEASE
|
2.0.4.RELEASE
|
2.0.3.RELEASE
|
2.0.2.RELEASE
|