| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.github.autoscaler |
| Идентификатор | Идентификаторautoscale-aggregator |
| Последняя версия | Последняя версия1.9.1-797 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеAutoscaler
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| autoscale-aggregator-1.9.1-797.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-aggregator/ -->
<dependency>
<groupId>com.github.autoscaler</groupId>
<artifactId>autoscale-aggregator</artifactId>
<version>1.9.1-797</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-aggregator/
implementation 'com.github.autoscaler:autoscale-aggregator:1.9.1-797'
// https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-aggregator/
implementation ("com.github.autoscaler:autoscale-aggregator:1.9.1-797")
'com.github.autoscaler:autoscale-aggregator:pom:1.9.1-797'
<dependency org="com.github.autoscaler" name="autoscale-aggregator" rev="1.9.1-797">
<artifact name="autoscale-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.autoscaler', module='autoscale-aggregator', version='1.9.1-797')
)
libraryDependencies += "com.github.autoscaler" % "autoscale-aggregator" % "1.9.1-797"
[com.github.autoscaler/autoscale-aggregator "1.9.1-797"]