MVN

org.apache.shardingsphere : shardingsphere-sql-parser-engine

Maven & Gradle

Mar 26, 2023
18 usages
18.5k stars

shardingsphere-sql-parser-engine

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

Latest Version

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

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

All Versions

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

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

How to add a dependency to Maven

Add the following org.apache.shardingsphere : shardingsphere-sql-parser-engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.shardingsphere : shardingsphere-sql-parser-engine gradle dependency to your build.gradle file:

implementation 'org.apache.shardingsphere:shardingsphere-sql-parser-engine:5.3.2'

Gradle Kotlin DSL: Add the following org.apache.shardingsphere : shardingsphere-sql-parser-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.shardingsphere:shardingsphere-sql-parser-engine:5.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.shardingsphere : shardingsphere-sql-parser-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-sql-parser-engine" % "5.3.2"

Advertisement