<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-streams-operators-1.0-release</artifactId>
<version>1.0.6</version>
</dependency>
implementation group: 'io.smallrye.reactive', name: 'smallrye-reactive-streams-operators-1.0-release', version: '1.0.6'
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-1.0-release:1.0.6'
implementation("io.smallrye.reactive:smallrye-reactive-streams-operators-1.0-release:1.0.6")
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-1.0-release" % "1.0.6"
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-1.0-release" rev="1.0.6"/>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-1.0-release', version='1.0.6')
)
[io.smallrye.reactive/smallrye-reactive-streams-operators-1.0-release "1.0.6"]
'io.smallrye.reactive:smallrye-reactive-streams-operators-1.0-release:jar:1.0.6'