| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.mohitsoni |
| ArtifactId | ArtifactIdmarathon-client |
| Last Version | Last Version0.4.2 |
| 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.2.pom | |
| marathon-client-0.4.2.jar | 13 KB |
| marathon-client-0.4.2-sources.jar | 7 KB |
| marathon-client-0.4.2-javadoc.jar | 108 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mohitsoni/marathon-client/ -->
<dependency>
<groupId>com.github.mohitsoni</groupId>
<artifactId>marathon-client</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mohitsoni/marathon-client/
implementation 'com.github.mohitsoni:marathon-client:0.4.2'
// https://jarcasting.com/artifacts/com.github.mohitsoni/marathon-client/
implementation ("com.github.mohitsoni:marathon-client:0.4.2")
'com.github.mohitsoni:marathon-client:jar:0.4.2'
<dependency org="com.github.mohitsoni" name="marathon-client" rev="0.4.2">
<artifact name="marathon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mohitsoni', module='marathon-client', version='0.4.2')
)
libraryDependencies += "com.github.mohitsoni" % "marathon-client" % "0.4.2"
[com.github.mohitsoni/marathon-client "0.4.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.netflix.feign : feign-core | jar | 6.1.3 |
| com.netflix.feign : feign-gson | jar | 6.1.3 |
| com.google.code.gson : gson | jar | 2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |