is not current version
Last Version 42.2.12

org.postgresql:pgjdbc-aggregate 9.4.1210

PgJDBC aggregate project

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

pgjdbc-aggregate
Version

Version

9.4.1210
Type

Type

pom

Download pgjdbc-aggregate 9.4.1210


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