Download jcunit-0.7.3.jar file - Jar j

Jar examples for j:jcunit

Description

Automated combinatorial testing framework on top of JUnit

You can download jar file jcunit 0.7.3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jcunit-0.7.3.jar to your project.

<dependency>
   <groupId>com.github.dakusui</groupId>
   <artifactId>jcunit</artifactId>
   <version>0.7.3</version>
</dependency>
compile group: 'com.github.dakusui', name: 'jcunit', version: '0.7.3'
libraryDependencies += "com.github.dakusui" % "jcunit" % "0.7.3"
<dependency org="com.github.dakusui" name="jcunit" rev="0.7.3"/>
@Grapes(@Grab(group='com.github.dakusui', module='jcunit', version='0.7.3'))
'com.github.dakusui:jcunit:jar:0.7.3'

Download

Click the following link to download the jar file.

jcunit-0.7.3-javadoc.jar
jcunit-0.7.3-sources.jar
jcunit-0.7.3.jar
jcunit-0.7.3.pom



Related Tutorials