Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.orbitz.consul |
ArtifactId | ArtifactIdconsul-client |
Version | Version0.12.2 |
Type | Typejar |
Filename | Size |
---|---|
consul-client-0.12.2.pom | |
consul-client-0.12.2.jar | 2 MB |
consul-client-0.12.2-sources.jar | 171 KB |
consul-client-0.12.2-javadoc.jar | 992 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.orbitz.consul/consul-client/ -->
<dependency>
<groupId>com.orbitz.consul</groupId>
<artifactId>consul-client</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.orbitz.consul/consul-client/
implementation 'com.orbitz.consul:consul-client:0.12.2'
// https://jarcasting.com/artifacts/com.orbitz.consul/consul-client/
implementation ("com.orbitz.consul:consul-client:0.12.2")
'com.orbitz.consul:consul-client:jar:0.12.2'
<dependency org="com.orbitz.consul" name="consul-client" rev="0.12.2">
<artifact name="consul-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orbitz.consul', module='consul-client', version='0.12.2')
)
libraryDependencies += "com.orbitz.consul" % "consul-client" % "0.12.2"
[com.orbitz.consul/consul-client "0.12.2"]