| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаde.hilling.junit.cdi |
| Идентификатор | Идентификаторtest-core |
| Версия | Версия3.3.6 |
| Тип | Типjar |
| Описание |
Описаниеjunit extension for simple and efficient testing of cdi components
|
| Имя Файла | Размер |
|---|---|
| test-core-3.3.6.pom | |
| test-core-3.3.6.jar | 4 KB |
| test-core-3.3.6-sources.jar | 3 KB |
| test-core-3.3.6-javadoc.jar | 402 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-core/ -->
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>test-core</artifactId>
<version>3.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-core/
implementation 'de.hilling.junit.cdi:test-core:3.3.6'
// https://jarcasting.com/artifacts/de.hilling.junit.cdi/test-core/
implementation ("de.hilling.junit.cdi:test-core:3.3.6")
'de.hilling.junit.cdi:test-core:jar:3.3.6'
<dependency org="de.hilling.junit.cdi" name="test-core" rev="3.3.6">
<artifact name="test-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.junit.cdi', module='test-core', version='3.3.6')
)
libraryDependencies += "de.hilling.junit.cdi" % "test-core" % "3.3.6"
[de.hilling.junit.cdi/test-core "3.3.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.hilling.junit.cdi : cdi-test-core | jar | 3.3.6 |
| org.jboss.weld : weld-core-impl | jar | |
| org.jboss.weld.se : weld-se-core | jar | |
| org.slf4j : slf4j-jdk14 | jar | 1.7.32 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
| org.mockito : mockito-core | jar | 4.0.0 |
| org.mockito : mockito-junit-jupiter | jar | 4.0.0 |