is not current version
Last Version 1.0.10

com.github.barakb:nomad-client 1.0.5

A Kotlin Nomad client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.barakb
ArtifactId

ArtifactId

nomad-client
Version

Version

1.0.5
Type

Type

jar

Download nomad-client 1.0.5


<!-- https://jarcasting.com/artifacts/com.github.barakb/nomad-client/ -->
<dependency>
    <groupId>com.github.barakb</groupId>
    <artifactId>nomad-client</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/nomad-client/
implementation 'com.github.barakb:nomad-client:1.0.5'
// https://jarcasting.com/artifacts/com.github.barakb/nomad-client/
implementation ("com.github.barakb:nomad-client:1.0.5")
'com.github.barakb:nomad-client:jar:1.0.5'
<dependency org="com.github.barakb" name="nomad-client" rev="1.0.5">
  <artifact name="nomad-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='nomad-client', version='1.0.5')
)
libraryDependencies += "com.github.barakb" % "nomad-client" % "1.0.5"
[com.github.barakb/nomad-client "1.0.5"]