| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаde.hilling.junit.cdi |
| Идентификатор | Идентификаторcdi-test |
| Версия | Версия3.3.9 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| cdi-test-3.3.9.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>3.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation 'de.hilling.junit.cdi:cdi-test:3.3.9'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/cdi-test/
implementation ("de.hilling.junit.cdi:cdi-test:3.3.9")
'de.hilling.junit.cdi:cdi-test:pom:3.3.9'
<dependency org="de.hilling.junit.cdi" name="cdi-test" rev="3.3.9">
<artifact name="cdi-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='cdi-test', version='3.3.9')
)
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test" % "3.3.9"
[de.hilling.junit.cdi/cdi-test "3.3.9"]