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