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