не последняя версия
Последняя версия 1.6.18

com.vmware.xenon:xenon-parent 1.1.0-CR0-1

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.

Категории

Категории

VMware Контейнер Виртуализация
Группа

Группа

com.vmware.xenon
Идентификатор

Идентификатор

xenon-parent
Версия

Версия

1.1.0-CR0-1
Тип

Тип

pom

Скачать xenon-parent 1.1.0-CR0-1

Имя Файла Размер
xenon-parent-1.1.0-CR0-1.pom 16 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.vmware.xenon/xenon-parent/ -->
<dependency>
    <groupId>com.vmware.xenon</groupId>
    <artifactId>xenon-parent</artifactId>
    <version>1.1.0-CR0-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-parent/
implementation 'com.vmware.xenon:xenon-parent:1.1.0-CR0-1'
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-parent/
implementation ("com.vmware.xenon:xenon-parent:1.1.0-CR0-1")
'com.vmware.xenon:xenon-parent:pom:1.1.0-CR0-1'
<dependency org="com.vmware.xenon" name="xenon-parent" rev="1.1.0-CR0-1">
  <artifact name="xenon-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vmware.xenon', module='xenon-parent', version='1.1.0-CR0-1')
)
libraryDependencies += "com.vmware.xenon" % "xenon-parent" % "1.1.0-CR0-1"
[com.vmware.xenon/xenon-parent "1.1.0-CR0-1"]