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