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