Files download
File Operation
consul-client-1.3.0.jar download
consul-client-1.3.0.pom download
consul-client-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>consul-client</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:consul-client:1.3.0'
Gradle Kotlin
implementation("org.kiwiproject:consul-client:1.3.0")
Scala SBT
libraryDependencies += "org.kiwiproject" % "consul-client" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='consul-client', version='1.3.0')
)
Apache Ivy
<dependency org="org.kiwiproject" name="consul-client" rev="1.3.0" />
Leiningen
[org.kiwiproject/consul-client "1.3.0"]
Apache Buildr
'org.kiwiproject:consul-client:jar:1.3.0'