License |
License |
---|---|
GroupId | GroupIdorg.apache.openwebbeans.test |
ArtifactId | ArtifactIdcditest |
Last Version | Last Version1.2.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCDI Testing API
This project provides a way to genericly run CDI containers
from inside of unit tests like junit or testng.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-jcdi_1.0_spec Optional | jar | 1.0 |
org.apache.geronimo.specs : geronimo-atinject_1.0_spec Optional | jar | 1.0 |
org.apache.geronimo.specs : geronimo-interceptor_1.1_spec Optional | jar | 1.0 |