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