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

org.postgresql:pgjdbc-aggregate 9.4.1211

PgJDBC aggregate project

Категории

Категории

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

Группа

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

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

pgjdbc-aggregate
Версия

Версия

9.4.1211
Тип

Тип

pom

Скачать pgjdbc-aggregate 9.4.1211

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

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