Categories |
CategoriesReact User Interface Web Frameworks CLI Reactive Streams Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.reactive.streams |
ArtifactId | ArtifactIdmicroprofile-reactive-streams-operators-tck |
Version | Version1.0.0-M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators-tck/ -->
<dependency>
<groupId>org.eclipse.microprofile.reactive.streams</groupId>
<artifactId>microprofile-reactive-streams-operators-tck</artifactId>
<version>1.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators-tck/
implementation 'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:1.0.0-M1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators-tck/
implementation ("org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:1.0.0-M1")
'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck:jar:1.0.0-M1'
<dependency org="org.eclipse.microprofile.reactive.streams" name="microprofile-reactive-streams-operators-tck" rev="1.0.0-M1">
<artifact name="microprofile-reactive-streams-operators-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.reactive.streams', module='microprofile-reactive-streams-operators-tck', version='1.0.0-M1')
)
libraryDependencies += "org.eclipse.microprofile.reactive.streams" % "microprofile-reactive-streams-operators-tck" % "1.0.0-M1"
[org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators-tck "1.0.0-M1"]