Last Version

CDI Testing API 1.2.8

This project provides a way to genericly run CDI containers from inside of unit tests like junit or testng.

License

License

GroupId

GroupId

org.apache.openwebbeans.test
ArtifactId

ArtifactId

cditest
Version

Version

1.2.8
Type

Type

jar
Description

Description

CDI 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

The Apache Software Foundation

Download cditest 1.2.8


<!-- 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"]

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.