is not current version
Last Version 4.13.2

junit:junit 4.1

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

4.1
Type

Type

jar

Download junit 4.1


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