License |
License |
---|---|
GroupId | GroupIdcom.cohesiveintegrations.ddf.postgres |
ArtifactId | ArtifactIdsource |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPostgres Catalog Provider :: Catalog Provider
The PostgreSQL DDF Catalog Provider is a feature which leverages a PostgreSQL database
for the Metadata Catalog associated with your DDF instance
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
source-1.3.0.pom | 642 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.cohesiveintegrations.ddf.postgres/source/ -->
<dependency>
<groupId>com.cohesiveintegrations.ddf.postgres</groupId>
<artifactId>source</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cohesiveintegrations.ddf.postgres/source/
implementation 'com.cohesiveintegrations.ddf.postgres:source:1.3.0'
// https://jarcasting.com/artifacts/com.cohesiveintegrations.ddf.postgres/source/
implementation ("com.cohesiveintegrations.ddf.postgres:source:1.3.0")
'com.cohesiveintegrations.ddf.postgres:source:pom:1.3.0'
<dependency org="com.cohesiveintegrations.ddf.postgres" name="source" rev="1.3.0">
<artifact name="source" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cohesiveintegrations.ddf.postgres', module='source', version='1.3.0')
)
libraryDependencies += "com.cohesiveintegrations.ddf.postgres" % "source" % "1.3.0"
[com.cohesiveintegrations.ddf.postgres/source "1.3.0"]