Files download
File Operation
marathon-client-0.4.13.jar download
marathon-client-0.4.13.pom download
marathon-client-0.4.13-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cloudbees.marathon</groupId>
  <artifactId>marathon-client</artifactId>
  <version>0.4.13</version>
</dependency>
Gradle Groovy
implementation 'com.cloudbees.marathon:marathon-client:0.4.13'
Gradle Kotlin
implementation("com.cloudbees.marathon:marathon-client:0.4.13")
Scala SBT
libraryDependencies += "com.cloudbees.marathon" % "marathon-client" % "0.4.13"
Groovy Grape
@Grapes(
  @Grab(group='com.cloudbees.marathon', module='marathon-client', version='0.4.13')
)
Apache Ivy
<dependency org="com.cloudbees.marathon" name="marathon-client" rev="0.4.13" />
Leiningen
[com.cloudbees.marathon/marathon-client "0.4.13"]
Apache Buildr
'com.cloudbees.marathon:marathon-client:jar:0.4.13'