is not current version
Last Version 1.5.1.1

io.seata:seata-discovery-etcd3 0.5.1


Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-discovery-etcd3
Version

Version

0.5.1
Type

Type

jar

Download seata-discovery-etcd3 0.5.1


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