не последняя версия
Последняя версия 3.30.0

org.jdbi:jdbi3-postgres 3.2.0

jdbi PostgreSQL specific features

Категории

Категории

JDBI Данные Базы данных
Группа

Группа

org.jdbi
Идентификатор

Идентификатор

jdbi3-postgres
Версия

Версия

3.2.0
Тип

Тип

jar

Скачать jdbi3-postgres 3.2.0


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