m

mutiny-reactive-streams-operators

文件下载
文件名 操作
mutiny-reactive-streams-operators-0.18.1.jar 下载
mutiny-reactive-streams-operators-0.18.1.pom 下载
mutiny-reactive-streams-operators-0.18.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>mutiny-reactive-streams-operators</artifactId>
  <version>0.18.1</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:mutiny-reactive-streams-operators:0.18.1'
Gradle Kotlin
implementation("io.smallrye.reactive:mutiny-reactive-streams-operators:0.18.1")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "mutiny-reactive-streams-operators" % "0.18.1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='mutiny-reactive-streams-operators', version='0.18.1')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="mutiny-reactive-streams-operators" rev="0.18.1" />
Leiningen
[io.smallrye.reactive/mutiny-reactive-streams-operators "0.18.1"]
Apache Buildr
'io.smallrye.reactive:mutiny-reactive-streams-operators:jar:0.18.1'