Эксперт ХД

org.apache.maven.surefire:surefire (3.5.1)

Published 2026-09-15 10:13:00 +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>org.apache.maven.surefire</groupId>
	<artifactId>surefire</artifactId>
	<version>3.5.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.apache.maven.surefire:surefire:3.5.1

About this package

Surefire is a test framework project. This is the aggregator POM in Apache Maven Surefire project.

Dependencies

junit:junit
org.assertj:assertj-core
Details
Maven
2026-09-15 10:13:00 +00:00
285
Apache Maven Surefire
20 KiB
Assets (1)
Versions (1) View all
3.5.1 2026-09-15