| Категории |
КатегорииCLI Взаимодействие с пользователем Singularity Библиотеки уровня приложения Cluster Management |
|---|---|
| Группа | Группаcom.hubspot |
| Идентификатор | ИдентификаторSingularityMesosClient |
| Версия | Версия0.3.8 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.hubspot/SingularityMesosClient/ -->
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>SingularityMesosClient</artifactId>
<version>0.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot/SingularityMesosClient/
implementation 'com.hubspot:SingularityMesosClient:0.3.8'
// https://jarcasting.com/artifacts/com.hubspot/SingularityMesosClient/
implementation ("com.hubspot:SingularityMesosClient:0.3.8")
'com.hubspot:SingularityMesosClient:jar:0.3.8'
<dependency org="com.hubspot" name="SingularityMesosClient" rev="0.3.8">
<artifact name="SingularityMesosClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot', module='SingularityMesosClient', version='0.3.8')
)
libraryDependencies += "com.hubspot" % "SingularityMesosClient" % "0.3.8"
[com.hubspot/SingularityMesosClient "0.3.8"]