License |
License |
---|---|
Categories |
CategoriesVMware Container Virtualization Tools |
GroupId | GroupIdcom.vmware.dcp |
ArtifactId | ArtifactIddcp-ui |
Last Version | Last Version0.2.0 |
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 |
---|---|
dcp-ui-0.2.0.pom | |
dcp-ui-0.2.0.jar | 972 KB |
dcp-ui-0.2.0-sources.jar | 972 KB |
dcp-ui-0.2.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vmware.dcp/dcp-ui/ -->
<dependency>
<groupId>com.vmware.dcp</groupId>
<artifactId>dcp-ui</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.dcp/dcp-ui/
implementation 'com.vmware.dcp:dcp-ui:0.2.0'
// https://jarcasting.com/artifacts/com.vmware.dcp/dcp-ui/
implementation ("com.vmware.dcp:dcp-ui:0.2.0")
'com.vmware.dcp:dcp-ui:jar:0.2.0'
<dependency org="com.vmware.dcp" name="dcp-ui" rev="0.2.0">
<artifact name="dcp-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.dcp', module='dcp-ui', version='0.2.0')
)
libraryDependencies += "com.vmware.dcp" % "dcp-ui" % "0.2.0"
[com.vmware.dcp/dcp-ui "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.vmware.dcp : dcp-common | jar | 0.2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |