Download consul-client-1.2.0.jar file - Jar c

Jar examples for c:consul-client

Description

Java client for the Consul HTTP API.

You can download jar file consul-client 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add consul-client-1.2.0.jar to your project.

<dependency>
   <groupId>com.orbitz.consul</groupId>
   <artifactId>consul-client</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.orbitz.consul', name: 'consul-client', version: '1.2.0'
libraryDependencies += "com.orbitz.consul" % "consul-client" % "1.2.0"
<dependency org="com.orbitz.consul" name="consul-client" rev="1.2.0"/>
@Grapes(@Grab(group='com.orbitz.consul', module='consul-client', version='1.2.0'))
'com.orbitz.consul:consul-client:jar:1.2.0'

Download

Click the following link to download the jar file.

consul-client-1.2.0-javadoc.jar
consul-client-1.2.0-shaded.jar
consul-client-1.2.0-sources.jar
consul-client-1.2.0.jar
consul-client-1.2.0.pom



Related Tutorials