License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.barakb |
ArtifactId | ArtifactIdnomad-client |
Version | Version1.0.10 |
Type | Typejar |
Description |
Descriptionnomad-client
A Kotlin Nomad client
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nomad-client-1.0.10.pom | |
nomad-client-1.0.10.jar | 587 KB |
nomad-client-1.0.10-sources.jar | 12 KB |
nomad-client-1.0.10-javadoc.jar | 802 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.barakb/nomad-client/ -->
<dependency>
<groupId>com.github.barakb</groupId>
<artifactId>nomad-client</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/nomad-client/
implementation 'com.github.barakb:nomad-client:1.0.10'
// https://jarcasting.com/artifacts/com.github.barakb/nomad-client/
implementation ("com.github.barakb:nomad-client:1.0.10")
'com.github.barakb:nomad-client:jar:1.0.10'
<dependency org="com.github.barakb" name="nomad-client" rev="1.0.10">
<artifact name="nomad-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='nomad-client', version='1.0.10')
)
libraryDependencies += "com.github.barakb" % "nomad-client" % "1.0.10"
[com.github.barakb/nomad-client "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.3.9 |
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.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |