junit:junit (3.8.1)
Published 2026-02-24 13:43:48 +00:00 by atheaadmin
Installation
<repositories>
<repository>
<id>gitea</id>
<url> </url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url> </url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url> </url>
</snapshotRepository>
</distributionManagement><dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>mvn installmvn dependency:get -DremoteRepositories= -Dartifact=junit:junit:3.8.1About this package
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.
Details
Assets (2)
Versions (2)
View all
junit-3.8.1.jar
118 KiB
junit-3.8.1.pom
998 B