org.junit:junit-bom (5.7.2)

Published 2026-02-24 13:44:52 +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>org.junit</groupId>
	<artifactId>junit-bom</artifactId>
	<version>5.7.2</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.junit:junit-bom:5.7.2

About this package

This Bill of Materials POM can be used to ease dependency management when referencing multiple JUnit artifacts using Gradle or Maven.
Details
Maven
2026-02-24 13:44:52 +00:00
0
JUnit 5 (Bill of Materials)
Eclipse Public License v2.0
5.0 KiB
Assets (1)
Versions (10) View all
5.10.0 2026-02-24
5.10.1 2026-02-24
5.10.2 2026-02-24
5.7.1 2026-02-24
5.7.2 2026-02-24