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