Schema2Json

Schema2Json is a JSON generator. It extract the metadata from a RDB.(PostgreSQL/MySQL)

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.onbass-naga
ArtifactId

ArtifactId

schema2json
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Schema2Json
Schema2Json is a JSON generator. It extract the metadata from a RDB.(PostgreSQL/MySQL)
Project URL

Project URL

https://github.com/onBass-naga/schema2json-java
Source Code Management

Source Code Management

https://github.com/onBass-naga/schema2json-java

Download schema2json

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.onbass-naga/schema2json/ -->
<dependency>
    <groupId>com.github.onbass-naga</groupId>
    <artifactId>schema2json</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onbass-naga/schema2json/
implementation 'com.github.onbass-naga:schema2json:1.0.1'
// https://jarcasting.com/artifacts/com.github.onbass-naga/schema2json/
implementation ("com.github.onbass-naga:schema2json:1.0.1")
'com.github.onbass-naga:schema2json:jar:1.0.1'
<dependency org="com.github.onbass-naga" name="schema2json" rev="1.0.1">
  <artifact name="schema2json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onbass-naga', module='schema2json', version='1.0.1')
)
libraryDependencies += "com.github.onbass-naga" % "schema2json" % "1.0.1"
[com.github.onbass-naga/schema2json "1.0.1"]

Dependencies

compile (6)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.9.7
org.modeshape : modeshape-common jar 5.4.1.Final
org.yaml : snakeyaml jar 1.23
org.slf4j : slf4j-api jar 1.7.25
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.1
org.apache.logging.log4j : log4j-core jar 2.11.1

test (2)

Group / Artifact Type Version
org.postgresql : postgresql jar 9.4.1212
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0