License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.barakb |
ArtifactId | ArtifactIdconsul-client |
Version | Version0.9.3 |
Type | Typejar |
Description |
Descriptionconsul-client
A Kotlin Consul client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
consul-client-0.9.3.pom | |
consul-client-0.9.3.jar | 415 KB |
consul-client-0.9.3-sources.jar | 6 KB |
consul-client-0.9.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/consul-client/
implementation 'com.github.barakb:consul-client:0.9.3'
// https://jarcasting.com/artifacts/com.github.barakb/consul-client/
implementation ("com.github.barakb:consul-client:0.9.3")
'com.github.barakb:consul-client:jar:0.9.3'
<dependency org="com.github.barakb" name="consul-client" rev="0.9.3">
<artifact name="consul-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='consul-client', version='0.9.3')
)
libraryDependencies += "com.github.barakb" % "consul-client" % "0.9.3"
[com.github.barakb/consul-client "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.4.1 |
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.0.1 |
com.google.code.gson : gson | jar | 2.8.6 |
org.slf4j : slf4j-api | jar | 1.7.30 |
io.github.microutils : kotlin-logging | jar | 1.8.3 |
com.github.barakb : mini-rest-client | jar | 1.0.5 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.20 |