m

mutiny-reactive-streams-operators

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