| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов React Взаимодействие с пользователем Веб-фреймворки Reactive Streams Контейнер Микросервисы Reactive libraries |
| Группа | Группаio.smallrye.reactive |
| Идентификатор | Идентификаторreactive-streams-junit5-tck |
| Версия | Версия0.19.2 |
| Тип | Типjar |
| Описание |
ОписаниеSmallRye Mutiny :: Reactive Streams TCK with JUnit5
The Reactive Streams TCK using JUnit 5 instead of TestNG
|
| Организация-разработчик |
Организация-разработчикSmallRye |
<!-- https://jarcasting.com/artifacts/io.smallrye.reactive/reactive-streams-junit5-tck/ -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>reactive-streams-junit5-tck</artifactId>
<version>0.19.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye.reactive/reactive-streams-junit5-tck/
implementation 'io.smallrye.reactive:reactive-streams-junit5-tck:0.19.2'
// https://jarcasting.com/artifacts/io.smallrye.reactive/reactive-streams-junit5-tck/
implementation ("io.smallrye.reactive:reactive-streams-junit5-tck:0.19.2")
'io.smallrye.reactive:reactive-streams-junit5-tck:jar:0.19.2'
<dependency org="io.smallrye.reactive" name="reactive-streams-junit5-tck" rev="0.19.2">
<artifact name="reactive-streams-junit5-tck" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='reactive-streams-junit5-tck', version='0.19.2')
)
libraryDependencies += "io.smallrye.reactive" % "reactive-streams-junit5-tck" % "0.19.2"
[io.smallrye.reactive/reactive-streams-junit5-tck "0.19.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.reactivestreams : reactive-streams | jar | 1.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.reactivestreams : reactive-streams-tck | jar | 1.0.3 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |