License |
License |
---|---|
Categories |
CategoriesVMware Container Virtualization Tools |
GroupId | GroupIdcom.vmware.xenon |
ArtifactId | ArtifactIdxenon-loader-test |
Last Version | Last Version1.6.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXenon 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.
|
Filename | Size |
---|---|
xenon-loader-test-1.6.18.pom | |
xenon-loader-test-1.6.18.jar | 26 KB |
xenon-loader-test-1.6.18-sources.jar | 25 KB |
xenon-loader-test-1.6.18-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vmware.xenon/xenon-loader-test/ -->
<dependency>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-loader-test</artifactId>
<version>1.6.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-loader-test/
implementation 'com.vmware.xenon:xenon-loader-test:1.6.18'
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-loader-test/
implementation ("com.vmware.xenon:xenon-loader-test:1.6.18")
'com.vmware.xenon:xenon-loader-test:jar:1.6.18'
<dependency org="com.vmware.xenon" name="xenon-loader-test" rev="1.6.18">
<artifact name="xenon-loader-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.xenon', module='xenon-loader-test', version='1.6.18')
)
libraryDependencies += "com.vmware.xenon" % "xenon-loader-test" % "1.6.18"
[com.vmware.xenon/xenon-loader-test "1.6.18"]
Group / Artifact | Type | Version |
---|---|---|
com.vmware.xenon : xenon-common | jar | 1.6.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |