a

autoscale-aggregator

Provides on-demand scaling of services, allowing you to efficiently dedicate resources where they are needed most in your Mesos cluster, and minimizing costs and ensuring user satisfaction.
https://autoscaler.github.io/autoscaler/
Apache License, Version 2.0
Christopher Comac Dermot Hardy Connor Mulholland
Files download
File Operation
autoscale-aggregator-1.9.0-659.pom download
Apache Maven
<dependency>
  <groupId>com.github.autoscaler</groupId>
  <artifactId>autoscale-aggregator</artifactId>
  <version>1.9.0-659</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.autoscaler:autoscale-aggregator:1.9.0-659'
Gradle Kotlin
implementation("com.github.autoscaler:autoscale-aggregator:1.9.0-659")
Scala SBT
libraryDependencies += "com.github.autoscaler" % "autoscale-aggregator" % "1.9.0-659"
Groovy Grape
@Grapes(
  @Grab(group='com.github.autoscaler', module='autoscale-aggregator', version='1.9.0-659')
)
Apache Ivy
<dependency org="com.github.autoscaler" name="autoscale-aggregator" rev="1.9.0-659" />
Leiningen
[com.github.autoscaler/autoscale-aggregator "1.9.0-659"]
Apache Buildr
'com.github.autoscaler:autoscale-aggregator:jar:1.9.0-659'