This project is no longer supported
We recommend using the Testcontainers Postgres Module instead.
License |
License |
---|---|
Categories |
CategoriesPostgreSQL Data Databases |
GroupId | GroupIdcom.facebook.airlift |
ArtifactId | ArtifactIdtesting-postgresql-server |
Last Version | Last Version9.6.3-4 |
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/com.facebook.airlift/testing-postgresql-server/ -->
<dependency>
<groupId>com.facebook.airlift</groupId>
<artifactId>testing-postgresql-server</artifactId>
<version>9.6.3-4</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.airlift/testing-postgresql-server/
implementation 'com.facebook.airlift:testing-postgresql-server:9.6.3-4'
// https://jarcasting.com/artifacts/com.facebook.airlift/testing-postgresql-server/
implementation ("com.facebook.airlift:testing-postgresql-server:9.6.3-4")
'com.facebook.airlift:testing-postgresql-server:jar:9.6.3-4'
<dependency org="com.facebook.airlift" name="testing-postgresql-server" rev="9.6.3-4">
<artifact name="testing-postgresql-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.airlift', module='testing-postgresql-server', version='9.6.3-4')
)
libraryDependencies += "com.facebook.airlift" % "testing-postgresql-server" % "9.6.3-4"
[com.facebook.airlift/testing-postgresql-server "9.6.3-4"]
Group / Artifact | Type | Version |
---|---|---|
io.airlift : command | jar | 0.3 |
com.facebook.airlift : concurrent | jar | 0.186 |
com.facebook.airlift : log | jar | 0.186 |
io.airlift : units | jar | 1.0 |
com.google.guava : guava | jar | 26.0-jre |
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.