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