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