is not current version
Last Version 42.2.12

org.postgresql:pgjdbc-aggregate 42.2.4

PgJDBC aggregate project

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

pgjdbc-aggregate
Version

Version

42.2.4
Type

Type

pom

Download pgjdbc-aggregate 42.2.4


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