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