s

smallrye-reactive-streams-operators-project-1.0

An implementation of the MicroProfile Reactive Streams Operators specification
Apache License, Version 2.0
SmallRye
Clement Escoffier
文件下载
文件名 操作
smallrye-reactive-streams-operators-project-1.0-1.0.6.pom 下载
Apache Maven
<dependency>
  <groupId>io.smallrye.reactive</groupId>
  <artifactId>smallrye-reactive-streams-operators-project-1.0</artifactId>
  <version>1.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye.reactive:smallrye-reactive-streams-operators-project-1.0:1.0.6'
Gradle Kotlin
implementation("io.smallrye.reactive:smallrye-reactive-streams-operators-project-1.0:1.0.6")
Scala SBT
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-streams-operators-project-1.0" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye.reactive', module='smallrye-reactive-streams-operators-project-1.0', version='1.0.6')
)
Apache Ivy
<dependency org="io.smallrye.reactive" name="smallrye-reactive-streams-operators-project-1.0" rev="1.0.6" />
Leiningen
[io.smallrye.reactive/smallrye-reactive-streams-operators-project-1.0 "1.0.6"]
Apache Buildr
'io.smallrye.reactive:smallrye-reactive-streams-operators-project-1.0:jar:1.0.6'