| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.github.autoscaler |
| Идентификатор | Идентификаторautoscale-source-marathon |
| Версия | Версия1.1.0-43 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-source-marathon/ -->
<dependency>
<groupId>com.github.autoscaler</groupId>
<artifactId>autoscale-source-marathon</artifactId>
<version>1.1.0-43</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-source-marathon/
implementation 'com.github.autoscaler:autoscale-source-marathon:1.1.0-43'
// https://jarcasting.com/artifacts/com.github.autoscaler/autoscale-source-marathon/
implementation ("com.github.autoscaler:autoscale-source-marathon:1.1.0-43")
'com.github.autoscaler:autoscale-source-marathon:jar:1.1.0-43'
<dependency org="com.github.autoscaler" name="autoscale-source-marathon" rev="1.1.0-43">
<artifact name="autoscale-source-marathon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autoscaler', module='autoscale-source-marathon', version='1.1.0-43')
)
libraryDependencies += "com.github.autoscaler" % "autoscale-source-marathon" % "1.1.0-43"
[com.github.autoscaler/autoscale-source-marathon "1.1.0-43"]