Download marathon-client-0.6.0.jar file - Jar m

Jar examples for m:marathon-client

Description

A Java API client for Mesosphere's Marathon.

You can download jar file marathon-client 0.6.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add marathon-client-0.6.0.jar to your project.

<dependency>
   <groupId>com.mesosphere</groupId>
   <artifactId>marathon-client</artifactId>
   <version>0.6.0</version>
</dependency>
compile group: 'com.mesosphere', name: 'marathon-client', version: '0.6.0'
libraryDependencies += "com.mesosphere" % "marathon-client" % "0.6.0"
<dependency org="com.mesosphere" name="marathon-client" rev="0.6.0"/>
@Grapes(@Grab(group='com.mesosphere', module='marathon-client', version='0.6.0'))
'com.mesosphere:marathon-client:jar:0.6.0'

Download

Click the following link to download the jar file.

marathon-client-0.6.0-javadoc.jar
marathon-client-0.6.0-sources.jar
marathon-client-0.6.0.jar
marathon-client-0.6.0.pom



Related Tutorials