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