m

microprofile-reactive-streams-operators-tck

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