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.8.0-493.pom download
Apache Maven
<dependency>
  <groupId>com.github.autoscaler</groupId>
  <artifactId>autoscale-aggregator</artifactId>
  <version>1.8.0-493</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.autoscaler:autoscale-aggregator:1.8.0-493'
Gradle Kotlin
implementation("com.github.autoscaler:autoscale-aggregator:1.8.0-493")
Scala SBT
libraryDependencies += "com.github.autoscaler" % "autoscale-aggregator" % "1.8.0-493"
Groovy Grape
@Grapes(
  @Grab(group='com.github.autoscaler', module='autoscale-aggregator', version='1.8.0-493')
)
Apache Ivy
<dependency org="com.github.autoscaler" name="autoscale-aggregator" rev="1.8.0-493" />
Leiningen
[com.github.autoscaler/autoscale-aggregator "1.8.0-493"]
Apache Buildr
'com.github.autoscaler:autoscale-aggregator:jar:1.8.0-493'