is not current version
Last Version 1.1.6

org.postgresql:pgjdbc-core-parent 1.1.4

PgJDBC build configuration for highest supported Java

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

pgjdbc-core-parent
Version

Version

1.1.4
Type

Type

pom

Download pgjdbc-core-parent 1.1.4


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