Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.orbitz.consul |
ArtifactId | ArtifactIdconsul-client |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
consul-client-1.2.6.pom | |
consul-client-1.2.6.jar | 490 KB |
consul-client-1.2.6-sources.jar | 264 KB |
consul-client-1.2.6-shaded.jar | 5 MB |
consul-client-1.2.6-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>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.orbitz.consul/consul-client/
implementation 'com.orbitz.consul:consul-client:1.2.6'
// https://jarcasting.com/artifacts/com.orbitz.consul/consul-client/
implementation ("com.orbitz.consul:consul-client:1.2.6")
'com.orbitz.consul:consul-client:jar:1.2.6'
<dependency org="com.orbitz.consul" name="consul-client" rev="1.2.6">
<artifact name="consul-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.orbitz.consul', module='consul-client', version='1.2.6')
)
libraryDependencies += "com.orbitz.consul" % "consul-client" % "1.2.6"
[com.orbitz.consul/consul-client "1.2.6"]