<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-cluster-mode-repository-etcd</artifactId>
<version>5.1.1</version>
</dependency>
implementation 'org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd:5.1.1'
implementation("org.apache.shardingsphere:shardingsphere-cluster-mode-repository-etcd:5.1.1")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-cluster-mode-repository-etcd" % "5.1.1"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-cluster-mode-repository-etcd', version='5.1.1')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-cluster-mode-repository-etcd" rev="5.1.1" />