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