is not current version
Last Version 5.1.2

org.apache.shardingsphere:shardingsphere-sql-parser-mysql 4.1.0


Categories

Categories

MySQL Data Databases
GroupId

GroupId

org.apache.shardingsphere
ArtifactId

ArtifactId

shardingsphere-sql-parser-mysql
Version

Version

4.1.0
Type

Type

jar

Download shardingsphere-sql-parser-mysql 4.1.0


<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/shardingsphere-sql-parser-mysql/ -->
<dependency>
    <groupId>org.apache.shardingsphere</groupId>
    <artifactId>shardingsphere-sql-parser-mysql</artifactId>
    <version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/shardingsphere-sql-parser-mysql/
implementation 'org.apache.shardingsphere:shardingsphere-sql-parser-mysql:4.1.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/shardingsphere-sql-parser-mysql/
implementation ("org.apache.shardingsphere:shardingsphere-sql-parser-mysql:4.1.0")
'org.apache.shardingsphere:shardingsphere-sql-parser-mysql:jar:4.1.0'
<dependency org="org.apache.shardingsphere" name="shardingsphere-sql-parser-mysql" rev="4.1.0">
  <artifact name="shardingsphere-sql-parser-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-sql-parser-mysql', version='4.1.0')
)
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-sql-parser-mysql" % "4.1.0"
[org.apache.shardingsphere/shardingsphere-sql-parser-mysql "4.1.0"]