is not current version
Last Version 4.13.2

junit:junit 3.7

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.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

junit
ArtifactId

ArtifactId

junit
Version

Version

3.7
Type

Type

jar

Download junit 3.7

Filename Size
junit-3.7.pom
junit-3.7.jar 114 KB
Browse

<!-- https://jarcasting.com/artifacts/junit/junit/ -->
<dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>3.7</version>
</dependency>
// https://jarcasting.com/artifacts/junit/junit/
implementation 'junit:junit:3.7'
// https://jarcasting.com/artifacts/junit/junit/
implementation ("junit:junit:3.7")
'junit:junit:jar:3.7'
<dependency org="junit" name="junit" rev="3.7">
  <artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='junit', module='junit', version='3.7')
)
libraryDependencies += "junit" % "junit" % "3.7"
[junit "3.7"]