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 4.12-beta-3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add junit-4.12-beta-3.jar to your project.
<dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12-beta-3</version> </dependency>
compile group: 'junit', name: 'junit', version: '4.12-beta-3'
libraryDependencies += "junit" % "junit" % "4.12-beta-3"
<dependency org="junit" name="junit" rev="4.12-beta-3"/>
@Grapes(@Grab(group='junit', module='junit', version='4.12-beta-3'))
'junit:junit:jar:4.12-beta-3'
Click the following link to download the jar file.
junit-4.12-beta-3-javadoc.jar