m

mutiny-reactive-streams-operators

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