is not current version
Last Version 0.6.3

com.cerner.marathon:marathon-client 0.5.3

A Java API client for Mesosphere's Marathon.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.cerner.marathon
ArtifactId

ArtifactId

marathon-client
Version

Version

0.5.3
Type

Type

jar

Download marathon-client 0.5.3


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