com.jsqlparser/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.

Leiningen/Boot

[com.jsqlparser/jsqlparser "0.9-SNAPSHOT"]

Clojure CLI/deps.edn

com.jsqlparser/jsqlparser {:mvn/version "0.9-SNAPSHOT"}

Gradle

implementation("com.jsqlparser:jsqlparser:0.9-SNAPSHOT")

Maven

<dependency>
  <groupId>com.jsqlparser</groupId>
  <artifactId>jsqlparser</artifactId>
  <version>0.9-SNAPSHOT</version>
</dependency>