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