Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.dcshock |
ArtifactId | ArtifactIdconsul-rest-client |
Version | Version0.9-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dcshock/consul-rest-client/ -->
<dependency>
<groupId>com.github.dcshock</groupId>
<artifactId>consul-rest-client</artifactId>
<version>0.9-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dcshock/consul-rest-client/
implementation 'com.github.dcshock:consul-rest-client:0.9-beta'
// https://jarcasting.com/artifacts/com.github.dcshock/consul-rest-client/
implementation ("com.github.dcshock:consul-rest-client:0.9-beta")
'com.github.dcshock:consul-rest-client:jar:0.9-beta'
<dependency org="com.github.dcshock" name="consul-rest-client" rev="0.9-beta">
<artifact name="consul-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dcshock', module='consul-rest-client', version='0.9-beta')
)
libraryDependencies += "com.github.dcshock" % "consul-rest-client" % "0.9-beta"
[com.github.dcshock/consul-rest-client "0.9-beta"]