<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-reactive-streams-operators</artifactId>
<version>2.7.0</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "mutiny-reactive-streams-operators" % "2.7.0"
@Grapes(
@Grab(group='io.smallrye.reactive', module='mutiny-reactive-streams-operators', version='2.7.0')
)
<dependency org="io.smallrye.reactive" name="mutiny-reactive-streams-operators" rev="2.7.0" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>mutiny-project</artifactId> <version>2.7.0</version> </parent>
compile
|-- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api
|-- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core
|-- io.smallrye.reactive:mutiny
|-- io.smallrye.reactive:mutiny-zero-flow-adapters
provided
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
|-- jakarta.annotation:jakarta.annotation-api
test
|-- org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-tck
|-- io.smallrye.reactive:mutiny-test-utils
|-- org.junit.jupiter:junit-jupiter-api