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