marathon-client

A Java API client for Mesosphere's Marathon.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

cc.roden
ArtifactId

ArtifactId

marathon-client
Last Version

Last Version

0.4.9
Release Date

Release Date

Type

Type

jar
Description

Description

marathon-client
A Java API client for Mesosphere's Marathon.
Project URL

Project URL

https://github.com/willroden/marathon-client

Download marathon-client

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
com.squareup.okhttp : mockwebserver jar 2.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4