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