Files download
File Operation
jsqlx-2.0.1.jar download
jsqlx-2.0.1.pom download
jsqlx-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jsqlx</groupId>
  <artifactId>jsqlx</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jsqlx:jsqlx:2.0.1'
Gradle Kotlin
implementation("net.sf.jsqlx:jsqlx:2.0.1")
Scala SBT
libraryDependencies += "net.sf.jsqlx" % "jsqlx" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jsqlx', module='jsqlx', version='2.0.1')
)
Apache Ivy
<dependency org="net.sf.jsqlx" name="jsqlx" rev="2.0.1" />
Leiningen
[net.sf.jsqlx/jsqlx "2.0.1"]
Apache Buildr
'net.sf.jsqlx:jsqlx:jar:2.0.1'
Dependencies