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