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
Adam Rogan Christopher Comac Dermot Hardy Gregory Lucy Connor Mulholland Trevor Getty
Files download
File Operation
autoscale-aggregator-1.6.0-311.pom download
Apache Maven
<dependency>
  <groupId>com.github.autoscaler</groupId>
  <artifactId>autoscale-aggregator</artifactId>
  <version>1.6.0-311</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.autoscaler:autoscale-aggregator:1.6.0-311'
Gradle Kotlin
implementation("com.github.autoscaler:autoscale-aggregator:1.6.0-311")
Scala SBT
libraryDependencies += "com.github.autoscaler" % "autoscale-aggregator" % "1.6.0-311"
Groovy Grape
@Grapes(
  @Grab(group='com.github.autoscaler', module='autoscale-aggregator', version='1.6.0-311')
)
Apache Ivy
<dependency org="com.github.autoscaler" name="autoscale-aggregator" rev="1.6.0-311" />
Leiningen
[com.github.autoscaler/autoscale-aggregator "1.6.0-311"]
Apache Buildr
'com.github.autoscaler:autoscale-aggregator:jar:1.6.0-311'