This project is no longer supported
We recommend using the Testcontainers Postgres Module instead.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииPostgreSQL Данные Базы данных |
| Группа | Группаio.airlift |
| Идентификатор | Идентификаторtesting-postgresql-server |
| Последняя версия | Последняя версия9.6.3-3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеtesting-postgresql-server
Embedded PostgreSQL server for use in tests
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.postgresql : postgresql | jar | 42.1.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 6.9.6 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.25 |
We recommend using the Testcontainers Postgres Module instead.