m

mutiny-reactive-streams-operators

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