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