is not current version
Last Version 1.5.3

com.orbitz.consul:consul-client 0.10.1

Java client for the Consul HTTP API.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.orbitz.consul
ArtifactId

ArtifactId

consul-client
Version

Version

0.10.1
Type

Type

jar

Download consul-client 0.10.1


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