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