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