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