is not current version
Last Version 1.7.1

net.sf.jsqlx:jsqlx 1.6.1

A simple Java database operate library

Categories

Categories

Net
GroupId

GroupId

net.sf.jsqlx
ArtifactId

ArtifactId

jsqlx
Version

Version

1.6.1
Type

Type

jar

Download jsqlx 1.6.1


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