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