marathon-client

A Java API client for Mesosphere's Marathon.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.mohitsoni
ArtifactId

ArtifactId

marathon-client
Last Version

Last Version

0.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

marathon-client
A Java API client for Mesosphere's Marathon.
Project URL

Project URL

https://github.com/mohitsoni/marathon-client

Download marathon-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.netflix.feign : feign-core jar 6.1.3
com.netflix.feign : feign-gson jar 6.1.3
com.google.code.gson : gson jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.2
0.4.1
0.4.0