MVN

com.consolefire : jdbc-json-extension

Maven & Gradle

May 15, 2019
0 stars

ConsoleFire > JDBC JSON Extension · `jdbc-json-extension` is to fetch data from RDBMS in JSON format. The data is structured the in the same relation structure of the Tables relationships in the database. The fetch is pre-planned using a `FetchPlan` configuration. The execution is multithreaded tree pattern where it starts from the `root` table with supplied filter parameters. The subsequent nodes (tables) are fetched as the `One-to-*` relationship defined from the root tables.

<dependency>
    <groupId>com.consolefire</groupId>
    <artifactId>jdbc-json-extension</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.consolefire : jdbc-json-extension to add to Maven - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.consolefire : jdbc-json-extension to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
jdbc-json-extension-1.4.0
1.2.x
jdbc-json-extension-1.2.0
1.1.x
jdbc-json-extension-1.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.consolefire</groupId>
    <artifactId>jdbc-json-extension</artifactId>
    <version>1.4.0</version>
</dependency>