m

microprofile-reactive-streams-operators-core

MicroProfile Reactive Streams Operators :: Core Implementation
文件下载
文件名 操作
microprofile-reactive-streams-operators-core-1.0-RC2.jar 下载
microprofile-reactive-streams-operators-core-1.0-RC2.pom 下载
microprofile-reactive-streams-operators-core-1.0-RC2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.reactive.streams</groupId>
  <artifactId>microprofile-reactive-streams-operators-core</artifactId>
  <version>1.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-core:1.0-RC2'
Gradle Kotlin
implementation("org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-core:1.0-RC2")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.reactive.streams" % "microprofile-reactive-streams-operators-core" % "1.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.reactive.streams', module='microprofile-reactive-streams-operators-core', version='1.0-RC2')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.reactive.streams" name="microprofile-reactive-streams-operators-core" rev="1.0-RC2" />
Leiningen
[org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators-core "1.0-RC2"]
Apache Buildr
'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-core:jar:1.0-RC2'