is not current version
Last Version 1.17.2

org.testcontainers:postgresql 0.9.9


Categories

Categories

PostgreSQL Data Databases Container
GroupId

GroupId

org.testcontainers
ArtifactId

ArtifactId

postgresql
Version

Version

0.9.9
Type

Type

jar

Download postgresql 0.9.9


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