is not current version
Last Version 4.4

com.github.jsqlparser:jsqlparser 0.9.2

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.2
Type

Type

jar

Download jsqlparser 0.9.2


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