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