Categories |
CategoriesVMware Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.vmware.xenon |
ArtifactId | ArtifactIdxenon-gateway |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
xenon-gateway-1.5.2.pom | |
xenon-gateway-1.5.2.jar | 43 KB |
xenon-gateway-1.5.2-test-sources.jar | 9 KB |
xenon-gateway-1.5.2-sources.jar | 36 KB |
xenon-gateway-1.5.2-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vmware.xenon/xenon-gateway/ -->
<dependency>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-gateway</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-gateway/
implementation 'com.vmware.xenon:xenon-gateway:1.5.2'
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-gateway/
implementation ("com.vmware.xenon:xenon-gateway:1.5.2")
'com.vmware.xenon:xenon-gateway:jar:1.5.2'
<dependency org="com.vmware.xenon" name="xenon-gateway" rev="1.5.2">
<artifact name="xenon-gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.xenon', module='xenon-gateway', version='1.5.2')
)
libraryDependencies += "com.vmware.xenon" % "xenon-gateway" % "1.5.2"
[com.vmware.xenon/xenon-gateway "1.5.2"]