is not current version
Last Version 4.11

junit:junit-dep 4.5

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.

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

junit
ArtifactId

ArtifactId

junit-dep
Version

Version

4.5
Type

Type

jar

Download junit-dep 4.5


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