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