| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииVMware Контейнер Виртуализация |
| Группа | Группаcom.vmware.xenon |
| Идентификатор | Идентификаторxenon-ui |
| Версия | Версия1.6.18 |
| Тип | Типjar |
| Описание |
ОписаниеXenon is both a set of software components and a service oriented design pattern. The runtime is
implemented in Java and acts as the host for the lightweight, asynchronous services. The programming
model is language agnostic (does not rely on Java specific constructs) so implementations in other
languages are encouraged.
|
| Имя Файла | Размер |
|---|---|
| xenon-ui-1.6.18.pom | |
| xenon-ui-1.6.18.jar | 1 MB |
| xenon-ui-1.6.18-sources.jar | 1 MB |
| xenon-ui-1.6.18-javadoc.jar | 31 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vmware.xenon/xenon-ui/ -->
<dependency>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-ui</artifactId>
<version>1.6.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-ui/
implementation 'com.vmware.xenon:xenon-ui:1.6.18'
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-ui/
implementation ("com.vmware.xenon:xenon-ui:1.6.18")
'com.vmware.xenon:xenon-ui:jar:1.6.18'
<dependency org="com.vmware.xenon" name="xenon-ui" rev="1.6.18">
<artifact name="xenon-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.xenon', module='xenon-ui', version='1.6.18')
)
libraryDependencies += "com.vmware.xenon" % "xenon-ui" % "1.6.18"
[com.vmware.xenon/xenon-ui "1.6.18"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.vmware.xenon : xenon-common | jar | 1.6.18 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |