is not current version
Last Version 1.0.1

com.github.onbass-naga:schema2json 1.0.0

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

Categories

Categories

JSON Data
GroupId

GroupId

com.github.onbass-naga
ArtifactId

ArtifactId

schema2json
Version

Version

1.0.0
Type

Type

jar

Download schema2json 1.0.0


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