Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.dcshock |
ArtifactId | ArtifactIdconsul-rest-client |
Version | Version0.11 |
Type | Typejar |
Filename | Size |
---|---|
consul-rest-client-0.11.pom | |
consul-rest-client-0.11.jar | 32 KB |
consul-rest-client-0.11-sources.jar | 15 KB |
consul-rest-client-0.11-javadoc.jar | 78 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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/consul-rest-client/
implementation 'com.github.dcshock:consul-rest-client:0.11'
// https://jarcasting.com/artifacts/com.github.dcshock/consul-rest-client/
implementation ("com.github.dcshock:consul-rest-client:0.11")
'com.github.dcshock:consul-rest-client:jar:0.11'
<dependency org="com.github.dcshock" name="consul-rest-client" rev="0.11">
<artifact name="consul-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='consul-rest-client', version='0.11')
)
libraryDependencies += "com.github.dcshock" % "consul-rest-client" % "0.11"
[com.github.dcshock/consul-rest-client "0.11"]