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

org.testcontainers:postgresql 1.10.7

Isolated container management for Java code testing

Категории

Категории

PostgreSQL Данные Базы данных Контейнер
Группа

Группа

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

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

postgresql
Версия

Версия

1.10.7
Тип

Тип

jar

Скачать postgresql 1.10.7


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