| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.cohesiveintegrations.ddf.postgres |
| Идентификатор | Идентификаторsource |
| Последняя версия | Последняя версия1.3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеPostgres 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
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| source-1.3.0.pom | 642 bytes |
| Обзор |
<!-- 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"]