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