is not current version
Last Version 0.3

net.nikore.etcd:scala-etcd 0.2

native scala client for etcd

Categories

Categories

Scala Languages Net
GroupId

GroupId

net.nikore.etcd
ArtifactId

ArtifactId

scala-etcd
Version

Version

0.2
Type

Type

jar

Download scala-etcd 0.2


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