Download cdi-test-core-1.2.0.jar file - Jar c

Jar examples for c:cdi-test-core

Description

cdi test core without runners

You can download jar file cdi-test-core 1.2.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add cdi-test-core-1.2.0.jar to your project.

<dependency>
   <groupId>de.hilling.junit.cdi</groupId>
   <artifactId>cdi-test-core</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'de.hilling.junit.cdi', name: 'cdi-test-core', version: '1.2.0'
libraryDependencies += "de.hilling.junit.cdi" % "cdi-test-core" % "1.2.0"
<dependency org="de.hilling.junit.cdi" name="cdi-test-core" rev="1.2.0"/>
@Grapes(@Grab(group='de.hilling.junit.cdi', module='cdi-test-core', version='1.2.0'))
'de.hilling.junit.cdi:cdi-test-core:jar:1.2.0'

Download

Click the following link to download the jar file.

cdi-test-core-1.2.0-javadoc.jar
cdi-test-core-1.2.0-sources.jar
cdi-test-core-1.2.0.jar
cdi-test-core-1.2.0.pom



Related Tutorials