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-RC2 |
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-RC2</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-RC2'
// 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-RC2")
'org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian:jar:1.0-RC2'
<dependency org="org.eclipse.microprofile.reactive.streams" name="microprofile-reactive-streams-operators-tck-arquillian" rev="1.0-RC2">
<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-RC2')
)
libraryDependencies += "org.eclipse.microprofile.reactive.streams" % "microprofile-reactive-streams-operators-tck-arquillian" % "1.0-RC2"
[org.eclipse.microprofile.reactive.streams/microprofile-reactive-streams-operators-tck-arquillian "1.0-RC2"]