is not current version
Last Version 1.1.6

org.postgresql:pgjdbc-versions 1.1.1

Sets up base plugin configuration and dependency versions

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

pgjdbc-versions
Version

Version

1.1.1
Type

Type

pom

Download pgjdbc-versions 1.1.1

Filename Size
pgjdbc-versions-1.1.1.pom 22 KB
Browse

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