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