<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-single-table-core</artifactId>
<version>5.3.0</version>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-single-table-core" % "5.3.0"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-single-table-core', version='5.3.0')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-single-table-core" rev="5.3.0" />
<parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-single-table</artifactId> <version>5.3.0</version> </parent>
compile
|-- org.apache.shardingsphere:shardingsphere-single-table-api
|-- org.apache.shardingsphere:shardingsphere-infra-route
test
|-- org.apache.shardingsphere:shardingsphere-test-fixture-jdbc