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