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