s

shardingsphere-cluster-mode-repository-zookeeper

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