is not current version
Last Version 1.1

com.daedafusion:jetcd 1.0

Client wrapper for etcd's REST interface

Categories

Categories

jetcd Data Databases
GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

jetcd
Version

Version

1.0
Type

Type

jar

Download jetcd 1.0


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