Jar examples for j:junit
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
junit-1.2-RC1-javadoc.jar