Эксперт ХД

junit:junit (4.13.2)

Published 2026-09-15 10:11:02 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>junit</groupId>
	<artifactId>junit</artifactId>
	<version>4.13.2</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=junit:junit:4.13.2

About this package

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.

Dependencies

org.hamcrest:hamcrest-core
${hamcrestVersion}
org.hamcrest:hamcrest-library
${hamcrestVersion}
Details
Maven
2026-09-15 10:11:02 +00:00
249
JUnit
Eclipse Public License 1.0
402 KiB
Assets (2)
Versions (2) View all
3.8.1 2026-09-15
4.13.2 2026-09-15