junit

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.

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[junit "4.8.1"]

Clojure CLI/deps.edn

junit/junit {:mvn/version "4.8.1"}

Gradle

implementation("junit:junit:4.8.1")

Maven

<dependency>
  <groupId>junit</groupId>
  <artifactId>junit</artifactId>
  <version>4.8.1</version>
</dependency>