| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.mesosphere |
| Идентификатор | Идентификаторmarathon-client |
| Версия | Версия0.6.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| marathon-client-0.6.0.pom | |
| marathon-client-0.6.0.jar | 89 KB |
| marathon-client-0.6.0-sources.jar | 47 KB |
| marathon-client-0.6.0-javadoc.jar | 480 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.mesosphere/marathon-client/ -->
<dependency>
<groupId>com.mesosphere</groupId>
<artifactId>marathon-client</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mesosphere/marathon-client/
implementation 'com.mesosphere:marathon-client:0.6.0'
// https://jarcasting.com/artifacts/com.mesosphere/marathon-client/
implementation ("com.mesosphere:marathon-client:0.6.0")
'com.mesosphere:marathon-client:jar:0.6.0'
<dependency org="com.mesosphere" name="marathon-client" rev="0.6.0">
<artifact name="marathon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mesosphere', module='marathon-client', version='0.6.0')
)
libraryDependencies += "com.mesosphere" % "marathon-client" % "0.6.0"
[com.mesosphere/marathon-client "0.6.0"]