License |
License |
---|---|
Categories |
CategoriesVMware Container Virtualization Tools |
GroupId | GroupIdcom.vmware.dcp |
ArtifactId | ArtifactIddcp-common |
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-common-0.2.0.pom | |
dcp-common-0.2.0.jar | 615 KB |
dcp-common-0.2.0-tests.jar | 476 KB |
dcp-common-0.2.0-test-sources.jar | 261 KB |
dcp-common-0.2.0-sources.jar | 358 KB |
dcp-common-0.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vmware.dcp/dcp-common/ -->
<dependency>
<groupId>com.vmware.dcp</groupId>
<artifactId>dcp-common</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.dcp/dcp-common/
implementation 'com.vmware.dcp:dcp-common:0.2.0'
// https://jarcasting.com/artifacts/com.vmware.dcp/dcp-common/
implementation ("com.vmware.dcp:dcp-common:0.2.0")
'com.vmware.dcp:dcp-common:jar:0.2.0'
<dependency org="com.vmware.dcp" name="dcp-common" rev="0.2.0">
<artifact name="dcp-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.dcp', module='dcp-common', version='0.2.0')
)
libraryDependencies += "com.vmware.dcp" % "dcp-common" % "0.2.0"
[com.vmware.dcp/dcp-common "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 5.0.0.Alpha2 |
com.google.code.gson : gson | jar | 2.3.1 |
com.esotericsoftware : kryo-shaded | jar | 3.0.2 |
org.apache.lucene : lucene-analyzers-common | jar | 5.2.1 |
org.apache.lucene : lucene-core | jar | 5.2.1 |
org.apache.lucene : lucene-misc | jar | 5.2.1 |
org.apache.lucene : lucene-queries | jar | 5.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |