is not current version
Last Version 0.34

io.fastjson:etcd-client 0.32


Categories

Categories

CLI User Interface JSON Data fastjson
GroupId

GroupId

io.fastjson
ArtifactId

ArtifactId

etcd-client
Version

Version

0.32
Type

Type

jar

Download etcd-client 0.32


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