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

org.testcontainers:testcontainers-parent 1.0.5

Isolated container management for Java code testing

Категории

Категории

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

Группа

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

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

testcontainers-parent
Версия

Версия

1.0.5
Тип

Тип

pom

Скачать testcontainers-parent 1.0.5

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

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