is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-smallrye-reactive-streams-operators 2.4.0.CR1

Operators to write Reactive Streams based applications (Mutiny recommended instead)

Categories

Categories

Quarkus Container Microservices React User Interface Web Frameworks Reactive Streams Reactive libraries
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-smallrye-reactive-streams-operators
Version

Version

2.4.0.CR1
Type

Type

jar

Download quarkus-smallrye-reactive-streams-operators 2.4.0.CR1


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-reactive-streams-operators/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-smallrye-reactive-streams-operators</artifactId>
    <version>2.4.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-reactive-streams-operators/
implementation 'io.quarkus:quarkus-smallrye-reactive-streams-operators:2.4.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-smallrye-reactive-streams-operators/
implementation ("io.quarkus:quarkus-smallrye-reactive-streams-operators:2.4.0.CR1")
'io.quarkus:quarkus-smallrye-reactive-streams-operators:jar:2.4.0.CR1'
<dependency org="io.quarkus" name="quarkus-smallrye-reactive-streams-operators" rev="2.4.0.CR1">
  <artifact name="quarkus-smallrye-reactive-streams-operators" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-smallrye-reactive-streams-operators', version='2.4.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-smallrye-reactive-streams-operators" % "2.4.0.CR1"
[io.quarkus/quarkus-smallrye-reactive-streams-operators "2.4.0.CR1"]