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 install
mvn dependency:get -DremoteRepositories= -Dartifact=junit:junit:3.8.1

About 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
Maven
2026-02-24 13:43:48 +00:00
0
JUnit
Common Public License Version 1.0
119 KiB
Assets (2)
Versions (2) View all
3.8.1 2026-02-24
3.8.2 2026-02-24