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

org.testcontainers:postgresql 1.1.6


Категории

Категории

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

Группа

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

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

postgresql
Версия

Версия

1.1.6
Тип

Тип

jar

Скачать postgresql 1.1.6


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