| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.github.spartatech |
| ArtifactId | ArtifactIdsql-json |
| Last Version | Last Version0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSQL Json
Library that allows querying JSON using SQL language.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| sql-json-0.6.pom | |
| sql-json-0.6.jar | 45 KB |
| sql-json-0.6-sources.jar | 19 KB |
| sql-json-0.6-javadoc.jar | 512 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |