junit-dep

junit-dep

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.
http://junit.org
Common Public License Version 1.0
JUnit
David Saff
Files download
File Operation
junit-dep-4.9.jar download
junit-dep-4.9.pom download
junit-dep-4.9-sources.jar download
Apache Maven
<dependency>
  <groupId>junit</groupId>
  <artifactId>junit-dep</artifactId>
  <version>4.9</version>
</dependency>
Gradle Groovy
implementation 'junit:junit-dep:4.9'
Gradle Kotlin
implementation("junit:junit-dep:4.9")
Scala SBT
libraryDependencies += "junit" % "junit-dep" % "4.9"
Groovy Grape
@Grapes(
  @Grab(group='junit', module='junit-dep', version='4.9')
)
Apache Ivy
<dependency org="junit" name="junit-dep" rev="4.9" />
Leiningen
[junit/junit-dep "4.9"]
Apache Buildr
'junit:junit-dep:jar:4.9'
Dependencies