is not current version
Last Version 1.1.6

org.postgresql:pgjdbc-versions 1.0.4

Sets up base plugin configuration and dependency versions

Categories

Categories

PostgreSQL Data Databases
GroupId

GroupId

org.postgresql
ArtifactId

ArtifactId

pgjdbc-versions
Version

Version

1.0.4
Type

Type

pom

Download pgjdbc-versions 1.0.4

Filename Size
pgjdbc-versions-1.0.4.pom 21 KB
Browse

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