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