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