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