m

microprofile-reactive-streams-operators-tck

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