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