is not current version
Last Version 1.1.6

org.postgresql:pgjdbc-core-parent 1.0.7

PgJDBC build configuration for highest supported Java

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

pgjdbc-core-parent
Version

Version

1.0.7
Type

Type

pom

Download pgjdbc-core-parent 1.0.7


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