JSQL

SQL Utilities including simple command line, schema management.

License

License

Categories

Categories

Net
GroupId

GroupId

net.jmatrix
ArtifactId

ArtifactId

jsql
Last Version

Last Version

1.2.8
Release Date

Release Date

Type

Type

jar
Description

Description

JSQL
SQL Utilities including simple command line, schema management.
Project URL

Project URL

https://github.com/bemowski/jsql
Source Code Management

Source Code Management

https://github.com/bemowski/jsql.git

Download jsql

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
com.fasterxml.jackson.core : jackson-core jar 2.3.2
com.fasterxml.jackson.core : jackson-databind jar 2.3.2
jline : jline jar 2.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

jsql

JSQL - Command line SQL client with schema management.

Versions

Version
1.2.8
1.2.4
1.2.2