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