<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-rewrite</artifactId>
<version>5.4.0</version>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-rewrite" % "5.4.0"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-rewrite', version='5.4.0')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-rewrite" rev="5.4.0" />
<parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-infra</artifactId> <version>5.4.0</version> </parent>
compile
|-- org.apache.shardingsphere:shardingsphere-infra-route
|-- org.apache.shardingsphere:shardingsphere-sql-translator-core
|-- org.apache.shardingsphere:shardingsphere-sql-translator-native-provider
test
|-- org.apache.shardingsphere:shardingsphere-test-fixture-infra