is not current version
Last Version 0.6.3

com.mesosphere:marathon-client 0.3.0

A Java API client for Mesosphere's Marathon.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.mesosphere
ArtifactId

ArtifactId

marathon-client
Version

Version

0.3.0
Type

Type

jar

Download marathon-client 0.3.0


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