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