License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries |
GroupId | GroupIdio.smallrye.reactive |
ArtifactId | ArtifactIdreactive-streams-tck-tests |
Version | Version1.3.1 |
Type | Typejar |
Description |
DescriptionSmallRye Mutiny - Tests against the Reactive Streams TCK
Tests against the Reactive Streams TCK
|
Project Organization |
Project OrganizationSmallRye |
Filename | Size |
---|---|
reactive-streams-tck-tests-1.3.1.pom | |
reactive-streams-tck-tests-1.3.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/reactive-streams-tck-tests/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>reactive-streams-tck-tests</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/reactive-streams-tck-tests/
implementation 'io.smallrye.reactive:reactive-streams-tck-tests:1.3.1'
// https://jarcasting.com/artifacts/io.smallrye.reactive/reactive-streams-tck-tests/
implementation ("io.smallrye.reactive:reactive-streams-tck-tests:1.3.1")
'io.smallrye.reactive:reactive-streams-tck-tests:jar:1.3.1'
<dependency org="io.smallrye.reactive" name="reactive-streams-tck-tests" rev="1.3.1">
<artifact name="reactive-streams-tck-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='reactive-streams-tck-tests', version='1.3.1')
)
libraryDependencies += "io.smallrye.reactive" % "reactive-streams-tck-tests" % "1.3.1"
[io.smallrye.reactive/reactive-streams-tck-tests "1.3.1"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye.reactive : mutiny | jar | 1.3.1 |
org.reactivestreams : reactive-streams-tck | jar | 1.0.3 |
org.testng : testng | jar | 7.5 |
org.junit.support : testng-engine | jar | 1.0.1 |