JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern.
[com.jsqlparser/jsqlparser "0.9-SNAPSHOT"]
com.jsqlparser/jsqlparser {:mvn/version "0.9-SNAPSHOT"}
implementation("com.jsqlparser:jsqlparser:0.9-SNAPSHOT")
<dependency> <groupId>com.jsqlparser</groupId> <artifactId>jsqlparser</artifactId> <version>0.9-SNAPSHOT</version> </dependency>
Want to display the latest version of your project on GitHub? Use the markdown code below!
If you want to include pre-releases and snapshots, use the following markdown code: