<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-cluster-mode-repository-zookeeper</artifactId>
<version>5.5.1</version>
</dependency>
implementation 'org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper:5.5.1'
implementation("org.apache.shardingsphere:shardingsphere-cluster-mode-repository-zookeeper:5.5.1")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-cluster-mode-repository-zookeeper" % "5.5.1"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-cluster-mode-repository-zookeeper', version='5.5.1')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-cluster-mode-repository-zookeeper" rev="5.5.1" />
<parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-cluster-mode-repository-provider</artifactId> <version>5.5.1</version> </parent>
compile
|-- org.apache.shardingsphere:shardingsphere-cluster-mode-repository-api
|-- org.apache.shardingsphere:shardingsphere-cluster-mode-core
|-- org.apache.curator:curator-framework
|-- org.apache.curator:curator-client
|-- org.apache.curator:curator-recipes
|-- org.apache.curator:curator-test
test