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