is not current version
Last Version 0.9.3

com.github.barakb:consul-client 0.9.1

A Kotlin Consul client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.barakb
ArtifactId

ArtifactId

consul-client
Version

Version

0.9.1
Type

Type

jar

Download consul-client 0.9.1


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