Jar examples for j:junit-dep
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. The junit-dep artifact is the same as the junit artifact, expect that all dependencies are explicity declared and unbundled.
You can download jar file junit-dep 4.7 in this page.
Common Public License Version 1.0
You can use the following script to add junit-dep-4.7.jar to your project.
<dependency> <groupId>junit</groupId> <artifactId>junit-dep</artifactId> <version>4.7</version> </dependency>
compile group: 'junit', name: 'junit-dep', version: '4.7'
libraryDependencies += "junit" % "junit-dep" % "4.7"
<dependency org="junit" name="junit-dep" rev="4.7"/>
@Grapes(@Grab(group='junit', module='junit-dep', version='4.7'))
'junit:junit-dep:jar:4.7'
Click the following link to download the jar file.
junit-dep-4.7-javadoc.jar