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

org.postgresql:pgjdbc-aggregate 42.1.3

PgJDBC aggregate project

Категории

Категории

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

Группа

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

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

pgjdbc-aggregate
Версия

Версия

42.1.3
Тип

Тип

pom

Скачать pgjdbc-aggregate 42.1.3

Имя Файла Размер
pgjdbc-aggregate-42.1.3.pom 1 KB
Обзор

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