is not current version
Last Version 4.4

com.github.jsqlparser:jsqlparser 0.9

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern.

GroupId

GroupId

com.github.jsqlparser
ArtifactId

ArtifactId

jsqlparser
Version

Version

0.9
Type

Type

jar

Download jsqlparser 0.9


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