p

pgjdbc-aggregate

PgJDBC aggregate project
https://github.com/pgjdbc/pgjdbc
Files download
File Operation
pgjdbc-aggregate-42.2.12.pom download
Apache Maven
<dependency>
  <groupId>org.postgresql</groupId>
  <artifactId>pgjdbc-aggregate</artifactId>
  <version>42.2.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.postgresql:pgjdbc-aggregate:42.2.12'
Gradle Kotlin
implementation("org.postgresql:pgjdbc-aggregate:42.2.12")
Scala SBT
libraryDependencies += "org.postgresql" % "pgjdbc-aggregate" % "42.2.12"
Groovy Grape
@Grapes(
  @Grab(group='org.postgresql', module='pgjdbc-aggregate', version='42.2.12')
)
Apache Ivy
<dependency org="org.postgresql" name="pgjdbc-aggregate" rev="42.2.12" />
Leiningen
[org.postgresql/pgjdbc-aggregate "42.2.12"]
Apache Buildr
'org.postgresql:pgjdbc-aggregate:jar:42.2.12'