s

shardingsphere-sql-translator-native-provider

Files download
File Operation
shardingsphere-sql-translator-native-provider-5.5.0.jar download
shardingsphere-sql-translator-native-provider-5.5.0.pom download
shardingsphere-sql-translator-native-provider-5.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-sql-translator-native-provider</artifactId>
  <version>5.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere-sql-translator-native-provider:5.5.0'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere-sql-translator-native-provider:5.5.0")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-sql-translator-native-provider" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere-sql-translator-native-provider', version='5.5.0')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-sql-translator-native-provider" rev="5.5.0" />
Leiningen
[org.apache.shardingsphere/shardingsphere-sql-translator-native-provider "5.5.0"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere-sql-translator-native-provider:jar:5.5.0'