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