| Категории |
КатегорииPostgreSQL Данные Базы данных |
|---|---|
| Группа | Группаorg.postgresql |
| Идентификатор | Идентификаторpgjdbc-aggregate |
| Версия | Версия42.2.6 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| pgjdbc-aggregate-42.2.6.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.postgresql/pgjdbc-aggregate/ -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>pgjdbc-aggregate</artifactId>
<version>42.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.postgresql/pgjdbc-aggregate/
implementation 'org.postgresql:pgjdbc-aggregate:42.2.6'
// https://jarcasting.com/artifacts/org.postgresql/pgjdbc-aggregate/
implementation ("org.postgresql:pgjdbc-aggregate:42.2.6")
'org.postgresql:pgjdbc-aggregate:pom:42.2.6'
<dependency org="org.postgresql" name="pgjdbc-aggregate" rev="42.2.6">
<artifact name="pgjdbc-aggregate" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.postgresql', module='pgjdbc-aggregate', version='42.2.6')
)
libraryDependencies += "org.postgresql" % "pgjdbc-aggregate" % "42.2.6"
[org.postgresql/pgjdbc-aggregate "42.2.6"]