m

mutiny-reactive-streams-operators

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