не последняя версия
Последняя версия 1.6.0

org.testcontainers:testcontainers-parent 1.1.3

Isolated container management for Java code testing

Категории

Категории

Контейнер
Группа

Группа

org.testcontainers
Идентификатор

Идентификатор

testcontainers-parent
Версия

Версия

1.1.3
Тип

Тип

pom

Скачать testcontainers-parent 1.1.3

Имя Файла Размер
testcontainers-parent-1.1.3.pom 6 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.testcontainers/testcontainers-parent/ -->
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>testcontainers-parent</artifactId>
    <version>1.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/testcontainers-parent/
implementation 'org.testcontainers:testcontainers-parent:1.1.3'
// https://jarcasting.com/artifacts/org.testcontainers/testcontainers-parent/
implementation ("org.testcontainers:testcontainers-parent:1.1.3")
'org.testcontainers:testcontainers-parent:pom:1.1.3'
<dependency org="org.testcontainers" name="testcontainers-parent" rev="1.1.3">
  <artifact name="testcontainers-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='testcontainers-parent', version='1.1.3')
)
libraryDependencies += "org.testcontainers" % "testcontainers-parent" % "1.1.3"
[org.testcontainers/testcontainers-parent "1.1.3"]