MVN

com.vmware.vcloud : vcd-ext-sdk-parent

Maven & Gradle

Aug 13, 2019
43 stars

A collection of libraries for interacting with the extensibility features of vCloud Director. Also includes some sample application that showcase best practices for extension building

<dependency>
    <groupId>com.vmware.vcloud</groupId>
    <artifactId>vcd-ext-sdk-parent</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vmware.vcloud : vcd-ext-sdk-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.10.0

All Versions

Choose a version of com.vmware.vcloud : vcd-ext-sdk-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.10.x
vcd-ext-sdk-parent-0.10.0
0.9.x
vcd-ext-sdk-parent-0.9.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.vmware.vcloud</groupId>
    <artifactId>vcd-ext-sdk-parent</artifactId>
    <version>0.10.0</version>
</dependency>

Advertisement