| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы JUnit Тестирование компонентов |
| Группа | Группаio.helidon.microprofile.tests |
| Идентификатор | Идентификаторhelidon-microprofile-tests-junit5 |
| Последняя версия | Последняя версия3.0.0-M2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHelidon Microprofile Tests JUnit5
Integration with Junit5 to support tests with CDI injection
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/ -->
<dependency>
<groupId>io.helidon.microprofile.tests</groupId>
<artifactId>helidon-microprofile-tests-junit5</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/
implementation 'io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.microprofile.tests/helidon-microprofile-tests-junit5/
implementation ("io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:3.0.0-M2")
'io.helidon.microprofile.tests:helidon-microprofile-tests-junit5:jar:3.0.0-M2'
<dependency org="io.helidon.microprofile.tests" name="helidon-microprofile-tests-junit5" rev="3.0.0-M2">
<artifact name="helidon-microprofile-tests-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.tests', module='helidon-microprofile-tests-junit5', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.microprofile.tests" % "helidon-microprofile-tests-junit5" % "3.0.0-M2"
[io.helidon.microprofile.tests/helidon-microprofile-tests-junit5 "3.0.0-M2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.jersey : helidon-jersey-client | jar | 3.0.0-M2 |
| io.helidon.config : helidon-config-yaml-mp | jar | 3.0.0-M2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.microprofile.cdi : helidon-microprofile-cdi | jar | 3.0.0-M2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |