| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.cloudbees.marathon |
| ArtifactId | ArtifactIdmarathon-client |
| Last Version | Last Version0.4.14 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmarathon-client
A Java API client for Mesosphere's Marathon.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| marathon-client-0.4.14.pom | |
| marathon-client-0.4.14.jar | 33 KB |
| marathon-client-0.4.14-sources.jar | 17 KB |
| marathon-client-0.4.14-javadoc.jar | 213 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cloudbees.marathon/marathon-client/ -->
<dependency>
<groupId>com.cloudbees.marathon</groupId>
<artifactId>marathon-client</artifactId>
<version>0.4.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudbees.marathon/marathon-client/
implementation 'com.cloudbees.marathon:marathon-client:0.4.14'
// https://jarcasting.com/artifacts/com.cloudbees.marathon/marathon-client/
implementation ("com.cloudbees.marathon:marathon-client:0.4.14")
'com.cloudbees.marathon:marathon-client:jar:0.4.14'
<dependency org="com.cloudbees.marathon" name="marathon-client" rev="0.4.14">
<artifact name="marathon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudbees.marathon', module='marathon-client', version='0.4.14')
)
libraryDependencies += "com.cloudbees.marathon" % "marathon-client" % "0.4.14"
[com.cloudbees.marathon/marathon-client "0.4.14"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.netflix.feign : feign-core | jar | 8.14.1 |
| com.netflix.feign : feign-gson | jar | 8.14.1 |
| com.google.code.gson : gson | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |