File | Operation |
---|---|
shardingsphere-single-table-5.2.0.pom | download |
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-single-table</artifactId>
<version>5.2.0</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-single-table" % "5.2.0"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-single-table', version='5.2.0')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-single-table" rev="5.2.0" />
<parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-kernel</artifactId> <version>5.2.0</version> </parent>