is not current version
Last Version 4.11

junit:junit-dep 4.8.1

JUnit is a regression testing framework. 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.8.1
Type

Type

jar

Download junit-dep 4.8.1


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