Download consul-client-0.9.16.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 0.9.16 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

consul-client-0.9.16-javadoc.jar
consul-client-0.9.16-sources.jar
consul-client-0.9.16.jar
consul-client-0.9.16.pom



Related Tutorials