is not current version
Last Version 0.4.2

com.github.mohitsoni:marathon-client 0.4.1

A Java API client for Mesosphere's Marathon.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.mohitsoni
ArtifactId

ArtifactId

marathon-client
Version

Version

0.4.1
Type

Type

jar

Download marathon-client 0.4.1


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