License |
License |
---|---|
GroupId | GroupIdorg.apache.openwebbeans.test |
ArtifactId | ArtifactIdcditest-owb |
Last Version | Last Version1.2.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOWB Testing plugin
This module provides plugable CDI-Testing support for the Apache OpenWebBeans CDI container.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cditest-owb-1.2.8.pom | |
cditest-owb-1.2.8.jar | 15 KB |
cditest-owb-1.2.8-sources.jar | 11 KB |
cditest-owb-1.2.8-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest-owb/ -->
<dependency>
<groupId>org.apache.openwebbeans.test</groupId>
<artifactId>cditest-owb</artifactId>
<version>1.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest-owb/
implementation 'org.apache.openwebbeans.test:cditest-owb:1.2.8'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.test/cditest-owb/
implementation ("org.apache.openwebbeans.test:cditest-owb:1.2.8")
'org.apache.openwebbeans.test:cditest-owb:jar:1.2.8'
<dependency org="org.apache.openwebbeans.test" name="cditest-owb" rev="1.2.8">
<artifact name="cditest-owb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.test', module='cditest-owb', version='1.2.8')
)
libraryDependencies += "org.apache.openwebbeans.test" % "cditest-owb" % "1.2.8"
[org.apache.openwebbeans.test/cditest-owb "1.2.8"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.openwebbeans.test : cditest | jar | 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.openwebbeans : openwebbeans-spi | jar | 1.2.8 |
org.apache.openwebbeans : openwebbeans-impl | jar | 1.2.8 |
org.apache.geronimo.specs : geronimo-servlet_2.5_spec Optional | jar | 1.2 |
org.apache.geronimo.specs : geronimo-el_2.2_spec Optional | jar | 1.0.2 |
org.apache.geronimo.specs : geronimo-interceptor_1.1_spec Optional | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |