Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.barakb |
ArtifactId | ArtifactIdnomad-client |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
nomad-client-1.0.6.pom | |
nomad-client-1.0.6.jar | 285 KB |
nomad-client-1.0.6-sources.jar | 8 KB |
nomad-client-1.0.6-javadoc.jar | 597 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.barakb/nomad-client/ -->
<dependency>
<groupId>com.github.barakb</groupId>
<artifactId>nomad-client</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.barakb/nomad-client/
implementation 'com.github.barakb:nomad-client:1.0.6'
// https://jarcasting.com/artifacts/com.github.barakb/nomad-client/
implementation ("com.github.barakb:nomad-client:1.0.6")
'com.github.barakb:nomad-client:jar:1.0.6'
<dependency org="com.github.barakb" name="nomad-client" rev="1.0.6">
<artifact name="nomad-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.barakb', module='nomad-client', version='1.0.6')
)
libraryDependencies += "com.github.barakb" % "nomad-client" % "1.0.6"
[com.github.barakb/nomad-client "1.0.6"]