| GroupId | GroupIdio.shardingsphere |
|---|---|
| ArtifactId | ArtifactIdsharding-orchestration-reg-zookeeper-curator |
| Version | Version3.1.0.M1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg-zookeeper-curator/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
<version>3.1.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg-zookeeper-curator/
implementation 'io.shardingsphere:sharding-orchestration-reg-zookeeper-curator:3.1.0.M1'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg-zookeeper-curator/
implementation ("io.shardingsphere:sharding-orchestration-reg-zookeeper-curator:3.1.0.M1")
'io.shardingsphere:sharding-orchestration-reg-zookeeper-curator:jar:3.1.0.M1'
<dependency org="io.shardingsphere" name="sharding-orchestration-reg-zookeeper-curator" rev="3.1.0.M1">
<artifact name="sharding-orchestration-reg-zookeeper-curator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-orchestration-reg-zookeeper-curator', version='3.1.0.M1')
)
libraryDependencies += "io.shardingsphere" % "sharding-orchestration-reg-zookeeper-curator" % "3.1.0.M1"
[io.shardingsphere/sharding-orchestration-reg-zookeeper-curator "3.1.0.M1"]