junit

junit

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.
http://junit.org
Eclipse Public License 1.0
JUnit
David Saff
Files download
File Operation
junit-4.12-beta-1.jar download
junit-4.12-beta-1.pom download
junit-4.12-beta-1-sources.jar download
Apache Maven
<dependency>
  <groupId>junit</groupId>
  <artifactId>junit</artifactId>
  <version>4.12-beta-1</version>
</dependency>
Gradle Groovy
implementation 'junit:junit:4.12-beta-1'
Gradle Kotlin
implementation("junit:junit:4.12-beta-1")
Scala SBT
libraryDependencies += "junit" % "junit" % "4.12-beta-1"
Groovy Grape
@Grapes(
  @Grab(group='junit', module='junit', version='4.12-beta-1')
)
Apache Ivy
<dependency org="junit" name="junit" rev="4.12-beta-1" />
Leiningen
[junit/junit "4.12-beta-1"]
Apache Buildr
'junit:junit:jar:4.12-beta-1'
Dependencies