Download postgres-0.4.1.jar file - Jar p

Jar examples for p:postgres

Description

The PostgreSQL DDF Catalog Provider is a feature which leverages a PostgreSQL database for the Metadata Catalog associated with your DDF instance

You can download jar file postgres 0.4.1 in this page.

License

Cohesive Integrations Public License, version 1.0-LGPL

Build File

You can use the following script to add postgres-0.4.1.jar to your project.

<dependency>
   <groupId>org.cloudhoist</groupId>
   <artifactId>postgres</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'org.cloudhoist', name: 'postgres', version: '0.4.1'
libraryDependencies += "org.cloudhoist" % "postgres" % "0.4.1"
<dependency org="org.cloudhoist" name="postgres" rev="0.4.1"/>
@Grapes(@Grab(group='org.cloudhoist', module='postgres', version='0.4.1'))
'org.cloudhoist:postgres:jar:0.4.1'

Download

Click the following link to download the jar file.

postgres-0.4.1-sources.jar
postgres-0.4.1.jar
postgres-0.4.1.pom



Related Tutorials