This project is no longer supported
We recommend using the Testcontainers Postgres Module instead.
License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdio.airlift |
ArtifactId | ArtifactIdtesting-postgresql-server |
Last Version | Last Version9.6.3-3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontesting-postgresql-server
Embedded PostgreSQL server for use in tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.airlift/testing-postgresql-server/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>testing-postgresql-server</artifactId>
<version>9.6.3-3</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/testing-postgresql-server/
implementation 'io.airlift:testing-postgresql-server:9.6.3-3'
// https://jarcasting.com/artifacts/io.airlift/testing-postgresql-server/
implementation ("io.airlift:testing-postgresql-server:9.6.3-3")
'io.airlift:testing-postgresql-server:jar:9.6.3-3'
<dependency org="io.airlift" name="testing-postgresql-server" rev="9.6.3-3">
<artifact name="testing-postgresql-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='testing-postgresql-server', version='9.6.3-3')
)
libraryDependencies += "io.airlift" % "testing-postgresql-server" % "9.6.3-3"
[io.airlift/testing-postgresql-server "9.6.3-3"]
Group / Artifact | Type | Version |
---|---|---|
io.airlift : command | jar | 0.3 |
io.airlift : concurrent | jar | 0.150 |
io.airlift : log | jar | 0.150 |
io.airlift : units | jar | 1.0 |
com.google.guava : guava | jar | 21.0 |
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.6 |
org.slf4j : slf4j-jdk14 | jar | 1.7.25 |
We recommend using the Testcontainers Postgres Module instead.