is not current version
Last Version 0.4.9

cc.roden:marathon-client 0.4.5

A Java API client for Mesosphere's Marathon.

Categories

Categories

CLI User Interface
GroupId

GroupId

cc.roden
ArtifactId

ArtifactId

marathon-client
Version

Version

0.4.5
Type

Type

jar

Download marathon-client 0.4.5


<!-- https://jarcasting.com/artifacts/cc.roden/marathon-client/ -->
<dependency>
    <groupId>cc.roden</groupId>
    <artifactId>marathon-client</artifactId>
    <version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/cc.roden/marathon-client/
implementation 'cc.roden:marathon-client:0.4.5'
// https://jarcasting.com/artifacts/cc.roden/marathon-client/
implementation ("cc.roden:marathon-client:0.4.5")
'cc.roden:marathon-client:jar:0.4.5'
<dependency org="cc.roden" name="marathon-client" rev="0.4.5">
  <artifact name="marathon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.roden', module='marathon-client', version='0.4.5')
)
libraryDependencies += "cc.roden" % "marathon-client" % "0.4.5"
[cc.roden/marathon-client "0.4.5"]