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