MVN

org.apache.shardingsphere : shardingsphere-sql-parser

Maven & Gradle

Jul 04, 2023
18.5k stars

shardingsphere-sql-parser

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere-sql-parser</artifactId>
    <version>5.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.shardingsphere : shardingsphere-sql-parser to add to Maven - Latest Versions:

  • Latest Stable: 5.4.0
  • Latest Beta: 5.0.0-beta
  • Latest Alpha: 5.0.0-alpha

All Versions

Choose a version of org.apache.shardingsphere : shardingsphere-sql-parser to add to Maven - All Versions:

Version Vulnerabilities Updated
5.4.x
shardingsphere-sql-parser-5.4.0
5.3.x
shardingsphere-sql-parser-5.3.2
shardingsphere-sql-parser-5.3.1
shardingsphere-sql-parser-5.3.0
5.2.x
shardingsphere-sql-parser-5.2.1
shardingsphere-sql-parser-5.2.0
5.1.x
shardingsphere-sql-parser-5.1.2
shardingsphere-sql-parser-5.1.1
shardingsphere-sql-parser-5.1.0
5.0.x
shardingsphere-sql-parser-5.0.0
shardingsphere-sql-parser-5.0.0-beta
shardingsphere-sql-parser-5.0.0-alpha
4.1.x
shardingsphere-sql-parser-4.1.1
shardingsphere-sql-parser-4.1.0
4.0.x
shardingsphere-sql-parser-4.0.1
shardingsphere-sql-parser-4.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere-sql-parser</artifactId>
    <version>5.4.0</version>
</dependency>

Advertisement