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