| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаde.hilling.junit.cdi |
| Идентификатор | Идентификаторcdi-test |
| Последняя версия | Последняя версия4.0.0-RC6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCDI Test
JUnit extension for easy and efficient testing of CDI components
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cdi-test-4.0.0-RC6.pom | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>4.0.0-RC6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation 'de.hilling.junit.cdi:cdi-test:4.0.0-RC6'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation ("de.hilling.junit.cdi:cdi-test:4.0.0-RC6")
'de.hilling.junit.cdi:cdi-test:pom:4.0.0-RC6'
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="4.0.0-RC6">
<artifact name="cdi-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test', version='4.0.0-RC6')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "4.0.0-RC6"
[de.hilling.junit.cdi/cdi-test "4.0.0-RC6"]