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 1.2 in this page.
GNU Library or Lesser General Public License version 2.0 (LGPLv2)
You can use the following script to add jsqlparser-1.2.jar to your project.
<dependency> <groupId>com.github.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> <version>1.2</version> </dependency>
compile group: 'com.github.jsqlparser', name: 'jsqlparser', version: '1.2'
libraryDependencies += "com.github.jsqlparser" % "jsqlparser" % "1.2"
<dependency org="com.github.jsqlparser" name="jsqlparser" rev="1.2"/>
@Grapes(@Grab(group='com.github.jsqlparser', module='jsqlparser', version='1.2'))
'com.github.jsqlparser:jsqlparser:jar:1.2'
Click the following link to download the jar file.
jsqlparser-1.2-javadoc.jar