Download junit-dep-4.7.jar file - Jar j

Jar examples for j:junit-dep

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. 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.

License

Common Public License Version 1.0

Build File

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'

Download

Click the following link to download the jar file.

junit-dep-4.7-javadoc.jar
junit-dep-4.7-sources.jar
junit-dep-4.7.jar
junit-dep-4.7.pom



Related Tutorials