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