Download junit-support-0.6.jar file - Jar j

Jar examples for j:junit-support

Description

Helpers and base test classes for junit

You can download jar file junit-support 0.6 in this page.

License

Apache License 2.0

Build File

You can use the following script to add junit-support-0.6.jar to your project.

<dependency>
   <groupId>de.mklinger.commons</groupId>
   <artifactId>junit-support</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'de.mklinger.commons', name: 'junit-support', version: '0.6'
libraryDependencies += "de.mklinger.commons" % "junit-support" % "0.6"
<dependency org="de.mklinger.commons" name="junit-support" rev="0.6"/>
@Grapes(@Grab(group='de.mklinger.commons', module='junit-support', version='0.6'))
'de.mklinger.commons:junit-support:jar:0.6'

Download

Click the following link to download the jar file.

junit-support-0.6-javadoc.jar
junit-support-0.6-sources.jar
junit-support-0.6.jar
junit-support-0.6.pom



Related Tutorials