is not current version
Last Version 0.1.2

at.molindo:etcd-client 0.1


Categories

Categories

CLI User Interface
GroupId

GroupId

at.molindo
ArtifactId

ArtifactId

etcd-client
Version

Version

0.1
Type

Type

jar

Download etcd-client 0.1


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