s

shardingsphere-mysql-protocol

文件下载
文件名 操作
shardingsphere-mysql-protocol-5.3.2.jar 下载
shardingsphere-mysql-protocol-5.3.2.pom 下载
shardingsphere-mysql-protocol-5.3.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-mysql-protocol</artifactId>
  <version>5.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere-mysql-protocol:5.3.2'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere-mysql-protocol:5.3.2")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-mysql-protocol" % "5.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere-mysql-protocol', version='5.3.2')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-mysql-protocol" rev="5.3.2" />
Leiningen
[org.apache.shardingsphere/shardingsphere-mysql-protocol "5.3.2"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere-mysql-protocol:jar:5.3.2'