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