is not current version
Last Version 1.4.0

com.consolefire:jdbc-json-extension 1.2.0

`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.

Categories

Categories

JSON Data
GroupId

GroupId

com.consolefire
ArtifactId

ArtifactId

jdbc-json-extension
Version

Version

1.2.0
Type

Type

pom

Download jdbc-json-extension 1.2.0


<!-- https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension/ -->
<dependency>
    <groupId>com.consolefire</groupId>
    <artifactId>jdbc-json-extension</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension/
implementation 'com.consolefire:jdbc-json-extension:1.2.0'
// https://jarcasting.com/artifacts/com.consolefire/jdbc-json-extension/
implementation ("com.consolefire:jdbc-json-extension:1.2.0")
'com.consolefire:jdbc-json-extension:pom:1.2.0'
<dependency org="com.consolefire" name="jdbc-json-extension" rev="1.2.0">
  <artifact name="jdbc-json-extension" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.consolefire', module='jdbc-json-extension', version='1.2.0')
)
libraryDependencies += "com.consolefire" % "jdbc-json-extension" % "1.2.0"
[com.consolefire/jdbc-json-extension "1.2.0"]