is not current version
Last Version 1.17.2

org.testcontainers:postgresql 1.10.6

Isolated container management for Java code testing

Categories

Categories

PostgreSQL Data Databases Container
GroupId

GroupId

org.testcontainers
ArtifactId

ArtifactId

postgresql
Version

Version

1.10.6
Type

Type

jar

Download postgresql 1.10.6


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