Download junit-1.2-RC1.jar file - Jar j

Jar examples for j:junit

Description

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.

You can download jar file junit 1.2-RC1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add junit-1.2-RC1.jar to your project.

<dependency>
   <groupId>com.buschmais.jqassistant.plugin</groupId>
   <artifactId>junit</artifactId>
   <version>1.2-RC1</version>
</dependency>
compile group: 'com.buschmais.jqassistant.plugin', name: 'junit', version: '1.2-RC1'
libraryDependencies += "com.buschmais.jqassistant.plugin" % "junit" % "1.2-RC1"
<dependency org="com.buschmais.jqassistant.plugin" name="junit" rev="1.2-RC1"/>
@Grapes(@Grab(group='com.buschmais.jqassistant.plugin', module='junit', version='1.2-RC1'))
'com.buschmais.jqassistant.plugin:junit:jar:1.2-RC1'

Download

Click the following link to download the jar file.

junit-1.2-RC1-javadoc.jar
junit-1.2-RC1-sources.jar
junit-1.2-RC1.jar
junit-1.2-RC1.pom



Related Tutorials