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