s

shardingsphere-sql-translator

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