<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-single-table-core</artifactId>
<version>5.2.1</version>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-single-table-core" % "5.2.1"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-single-table-core', version='5.2.1')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-single-table-core" rev="5.2.1" />