License |
License |
---|---|
Categories |
CategoriesDistribution Build Tools |
GroupId | GroupIdcom.cohesiveintegrations.ddf.postgres |
ArtifactId | ArtifactIddistribution |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPostgres Catalog Provider :: Distribution
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 |
---|---|
distribution-1.3.0.pom | 691 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.cohesiveintegrations.ddf.postgres/distribution/ -->
<dependency>
<groupId>com.cohesiveintegrations.ddf.postgres</groupId>
<artifactId>distribution</artifactId>
<version>1.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cohesiveintegrations.ddf.postgres/distribution/
implementation 'com.cohesiveintegrations.ddf.postgres:distribution:1.3.0'
// https://jarcasting.com/artifacts/com.cohesiveintegrations.ddf.postgres/distribution/
implementation ("com.cohesiveintegrations.ddf.postgres:distribution:1.3.0")
'com.cohesiveintegrations.ddf.postgres:distribution:pom:1.3.0'
<dependency org="com.cohesiveintegrations.ddf.postgres" name="distribution" rev="1.3.0">
<artifact name="distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cohesiveintegrations.ddf.postgres', module='distribution', version='1.3.0')
)
libraryDependencies += "com.cohesiveintegrations.ddf.postgres" % "distribution" % "1.3.0"
[com.cohesiveintegrations.ddf.postgres/distribution "1.3.0"]