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