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