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