Last Version

xenon-parent 1.6.18

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.

License

License

Categories

Categories

VMware Container Virtualization Tools
GroupId

GroupId

com.vmware.xenon
ArtifactId

ArtifactId

xenon-parent
Version

Version

1.6.18
Type

Type

pom
Description

Description

xenon-parent
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.
Project URL

Project URL

https://github.com/vmware/xenon

Download xenon-parent 1.6.18

Filename Size
xenon-parent-1.6.18.pom 20 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • xenon-common
  • xenon-loader
  • xenon-ui
  • xenon-loader-test
  • xenon-quickstart