<dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-single-distsql-parser</artifactId> <version>5.5.2-SNAPSHOT</version> </dependency>
<dependency org="org.apache.shardingsphere" name="shardingsphere-single-distsql-parser" rev="5.5.2-SNAPSHOT"> <artifact name="shardingsphere-single-distsql-parser" type="jar" /> </dependency>
@Grapes( @Grab(group='org.apache.shardingsphere', module='shardingsphere-single-distsql-parser', version='5.5.2-SNAPSHOT') )
implementation 'org.apache.shardingsphere:shardingsphere-single-distsql-parser:5.5.2-SNAPSHOT'
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-single-distsql-parser" % "5.5.2-SNAPSHOT"
[org.apache.shardingsphere/shardingsphere-single-distsql-parser "5.5.2-SNAPSHOT"]