| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.openwebbeans.test |
| Идентификатор | Идентификаторcditest |
| Последняя версия | Последняя версия1.2.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCDI Testing API
This project provides a way to genericly run CDI containers
from inside of unit tests like junit or testng.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| cditest-1.2.8.pom | |
| cditest-1.2.8.jar | 9 KB |
| cditest-1.2.8-sources.jar | 7 KB |
| cditest-1.2.8-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest/ -->
<dependency>
<groupId>org.apache.openwebbeans.test</groupId>
<artifactId>cditest</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest/
implementation 'org.apache.openwebbeans.test:cditest:1.2.8'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest/
implementation ("org.apache.openwebbeans.test:cditest:1.2.8")
'org.apache.openwebbeans.test:cditest:jar:1.2.8'
<dependency org="org.apache.openwebbeans.test" name="cditest" rev="1.2.8">
<artifact name="cditest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.test', module='cditest', version='1.2.8')
)
libraryDependencies += "org.apache.openwebbeans.test" % "cditest" % "1.2.8"
[org.apache.openwebbeans.test/cditest "1.2.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.geronimo.specs : geronimo-jcdi_1.0_spec Необязательный | jar | 1.0 |
| org.apache.geronimo.specs : geronimo-atinject_1.0_spec Необязательный | jar | 1.0 |
| org.apache.geronimo.specs : geronimo-interceptor_1.1_spec Необязательный | jar | 1.0 |