<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-sql-translator-native-provider</artifactId>
<version>5.3.0</version>
</dependency>
implementation 'org.apache.shardingsphere:shardingsphere-sql-translator-native-provider:5.3.0'
implementation("org.apache.shardingsphere:shardingsphere-sql-translator-native-provider:5.3.0")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-sql-translator-native-provider" % "5.3.0"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-sql-translator-native-provider', version='5.3.0')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-sql-translator-native-provider" rev="5.3.0" />