is not current version
Last Version 1.5.1.1

io.seata:seata-discovery-etcd3 1.0.0


Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-discovery-etcd3
Version

Version

1.0.0
Type

Type

jar

Download seata-discovery-etcd3 1.0.0


<!-- https://jarcasting.com/artifacts/io.seata/seata-discovery-etcd3/ -->
<dependency>
    <groupId>io.seata</groupId>
    <artifactId>seata-discovery-etcd3</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-discovery-etcd3/
implementation 'io.seata:seata-discovery-etcd3:1.0.0'
// https://jarcasting.com/artifacts/io.seata/seata-discovery-etcd3/
implementation ("io.seata:seata-discovery-etcd3:1.0.0")
'io.seata:seata-discovery-etcd3:jar:1.0.0'
<dependency org="io.seata" name="seata-discovery-etcd3" rev="1.0.0">
  <artifact name="seata-discovery-etcd3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-discovery-etcd3', version='1.0.0')
)
libraryDependencies += "io.seata" % "seata-discovery-etcd3" % "1.0.0"
[io.seata/seata-discovery-etcd3 "1.0.0"]