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