License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.vivekkothari |
ArtifactId | ArtifactIdmarathon-client |
Last Version | Last Version0.4.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmarathon-client
A Java API client for Mesosphere's Marathon.
|
Project URL |
Project URL |
Filename | Size |
---|---|
marathon-client-0.4.7.pom | |
marathon-client-0.4.7.jar | 43 KB |
marathon-client-0.4.7-sources.jar | 19 KB |
marathon-client-0.4.7-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vivekkothari/marathon-client/ -->
<dependency>
<groupId>com.github.vivekkothari</groupId>
<artifactId>marathon-client</artifactId>
<version>0.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vivekkothari/marathon-client/
implementation 'com.github.vivekkothari:marathon-client:0.4.7'
// https://jarcasting.com/artifacts/com.github.vivekkothari/marathon-client/
implementation ("com.github.vivekkothari:marathon-client:0.4.7")
'com.github.vivekkothari:marathon-client:jar:0.4.7'
<dependency org="com.github.vivekkothari" name="marathon-client" rev="0.4.7">
<artifact name="marathon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vivekkothari', module='marathon-client', version='0.4.7')
)
libraryDependencies += "com.github.vivekkothari" % "marathon-client" % "0.4.7"
[com.github.vivekkothari/marathon-client "0.4.7"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.feign : feign-core | jar | 8.13.0 |
com.netflix.feign : feign-gson | jar | 8.13.0 |
com.google.code.gson : gson | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |