is not current version
Last Version 1.2.8

net.jmatrix:jsql 1.2.4

SQL Utilities including simple command line, schema management.

Categories

Categories

Net
GroupId

GroupId

net.jmatrix
ArtifactId

ArtifactId

jsql
Version

Version

1.2.4
Type

Type

jar

Download jsql 1.2.4


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