License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcc.roden |
ArtifactId | ArtifactIdmarathon-client |
Last Version | Last Version0.4.9 |
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.9.pom | |
marathon-client-0.4.9.jar | 32 KB |
marathon-client-0.4.9-sources.jar | 16 KB |
marathon-client-0.4.9-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.roden/marathon-client/ -->
<dependency>
<groupId>cc.roden</groupId>
<artifactId>marathon-client</artifactId>
<version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/cc.roden/marathon-client/
implementation 'cc.roden:marathon-client:0.4.9'
// https://jarcasting.com/artifacts/cc.roden/marathon-client/
implementation ("cc.roden:marathon-client:0.4.9")
'cc.roden:marathon-client:jar:0.4.9'
<dependency org="cc.roden" name="marathon-client" rev="0.4.9">
<artifact name="marathon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.roden', module='marathon-client', version='0.4.9')
)
libraryDependencies += "cc.roden" % "marathon-client" % "0.4.9"
[cc.roden/marathon-client "0.4.9"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.feign : feign-core | jar | 8.1.0 |
com.netflix.feign : feign-gson | jar | 8.1.0 |
com.google.code.gson : gson | jar | 2.3 |
org.hamcrest : hamcrest-all | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.squareup.okhttp : mockwebserver | jar | 2.2.0 |