Эксперт ХД

org.testcontainers:testcontainers-bom (1.20.6)

Published 2026-09-15 10:20:34 +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.testcontainers</groupId>
	<artifactId>testcontainers-bom</artifactId>
	<version>1.20.6</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.testcontainers:testcontainers-bom:1.20.6

About this package

Isolated container management for Java code testing
Details
Maven
2026-09-15 10:20:34 +00:00
288
Testcontainers :: BOM
MIT
11 KiB
Assets (1)
Versions (3) View all
1.16.1 2026-09-15
1.21.3 2026-09-15
1.20.6 2026-09-15