License |
License |
---|---|
GroupId | GroupIdcom.hashicorp.nomad |
ArtifactId | ArtifactIdnomad-testkit |
Version | Version0.11.3.0 |
Type | Typejar |
Description |
Descriptionnomad-testkit
A Java SDK for interacting with Nomad.
|
Filename | Size |
---|---|
nomad-testkit-0.11.3.0.pom | |
nomad-testkit-0.11.3.0.jar | 19 KB |
nomad-testkit-0.11.3.0-sources.jar | 9 KB |
nomad-testkit-0.11.3.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hashicorp.nomad/nomad-testkit/ -->
<dependency>
<groupId>com.hashicorp.nomad</groupId>
<artifactId>nomad-testkit</artifactId>
<version>0.11.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp.nomad/nomad-testkit/
implementation 'com.hashicorp.nomad:nomad-testkit:0.11.3.0'
// https://jarcasting.com/artifacts/com.hashicorp.nomad/nomad-testkit/
implementation ("com.hashicorp.nomad:nomad-testkit:0.11.3.0")
'com.hashicorp.nomad:nomad-testkit:jar:0.11.3.0'
<dependency org="com.hashicorp.nomad" name="nomad-testkit" rev="0.11.3.0">
<artifact name="nomad-testkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp.nomad', module='nomad-testkit', version='0.11.3.0')
)
libraryDependencies += "com.hashicorp.nomad" % "nomad-testkit" % "0.11.3.0"
[com.hashicorp.nomad/nomad-testkit "0.11.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.hashicorp.nomad : nomad-sdk | jar | 0.11.3.0 |
commons-io : commons-io | jar | 2.5 |
org.apache.commons : commons-lang3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |