s

smallrye-reactive-streams-operators

Files download
File Operation
smallrye-reactive-streams-operators-1.0.9.jar download
smallrye-reactive-streams-operators-1.0.9.pom download
smallrye-reactive-streams-operators-1.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-reactive-streams-operators</artifactId>
  <version>1.0.9</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators:1.0.9'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-reactive-streams-operators:1.0.9")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators', version='1.0.9')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators" rev="1.0.9" />
Leiningen
[io.smallrye.reactive/smallrye-reactive-streams-operators "1.0.9"]
Apache Buildr
'io.smallrye.reactive:smallrye-reactive-streams-operators:jar:1.0.9'