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