SQL Json

Library that allows querying JSON using SQL language.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

io.github.spartatech
ArtifactId

ArtifactId

sql-json
Last Version

Last Version

0.6
Release Date

Release Date

Type

Type

jar
Description

Description

SQL Json
Library that allows querying JSON using SQL language.
Project URL

Project URL

https://github.com/SpartaTech/sql-json

Download sql-json

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.github.jsqlparser : jsqlparser jar 4.0
com.fasterxml.jackson.core : jackson-databind jar 2.12.3
org.slf4j : slf4j-api jar 1.7.30
commons-io : commons-io jar 2.9.0

test (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic Optional jar 1.2.3
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.jupiter : junit-jupiter-params jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.6
0.5