Download cditest-owb-1.2.1.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.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials