Download cditest-owb-1.2.0.jar file - Jar c

Jar examples for c:cditest-owb

Description

This module provides plugable CDI-Testing support for the Apache OpenWebBeans CDI container.

You can download jar file cditest-owb 1.2.0 in this page.

License

Apache License

Build File

You can use the following script to add cditest-owb-1.2.0.jar to your project.

<dependency>
   <groupId>org.apache.openwebbeans.test</groupId>
   <artifactId>cditest-owb</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'org.apache.openwebbeans.test', name: 'cditest-owb', version: '1.2.0'
libraryDependencies += "org.apache.openwebbeans.test" % "cditest-owb" % "1.2.0"
<dependency org="org.apache.openwebbeans.test" name="cditest-owb" rev="1.2.0"/>
@Grapes(@Grab(group='org.apache.openwebbeans.test', module='cditest-owb', version='1.2.0'))
'org.apache.openwebbeans.test:cditest-owb:jar:1.2.0'

Download

Click the following link to download the jar file.

cditest-owb-1.2.0-javadoc.jar
cditest-owb-1.2.0-sources.jar
cditest-owb-1.2.0.jar
cditest-owb-1.2.0.pom



Related Tutorials