Jar examples for j:jsqlparser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern. ----------------- This is a fork of Project Info: http://jsqlparser.sourceforge.net Project Lead: Leonardo Francalanci (leoonardoo@yahoo.it);
You can download jar file jsqlparser 0.9.2 in this page.
GNU Library or Lesser General Public License version 2.0 (LGPLv2)
You can use the following script to add jsqlparser-0.9.2.jar to your project.
<dependency> <groupId>com.github.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> <version>0.9.2</version> </dependency>
compile group: 'com.github.jsqlparser', name: 'jsqlparser', version: '0.9.2'
libraryDependencies += "com.github.jsqlparser" % "jsqlparser" % "0.9.2"
<dependency org="com.github.jsqlparser" name="jsqlparser" rev="0.9.2"/>
@Grapes(@Grab(group='com.github.jsqlparser', module='jsqlparser', version='0.9.2'))
'com.github.jsqlparser:jsqlparser:jar:0.9.2'
Click the following link to download the jar file.
jsqlparser-0.9.2-javadoc.jar