<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-streams-operators</artifactId>
<version>1.0.9</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators" % "1.0.9"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators', version='1.0.9')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators" rev="1.0.9" />
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-streams-operators-project</artifactId> <version>1.0.9</version> </parent>