is not current version
Last Version 1.5.3

com.orbitz.consul:consul-client 1.2.1

Consul Client for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

com.orbitz.consul
ArtifactId

ArtifactId

consul-client
Version

Version

1.2.1
Type

Type

jar

Download consul-client 1.2.1


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