MVN

com.vmware.test-operations : test-operations-parent

Maven & Gradle

Jan 16, 2019
3 stars

test-operations · A framework to create test building blocks. An Operation is an adaptation of the command pattern that knows how to revert executed commands, so that artifacts are not left behind after the test is complete.

<dependency>
    <groupId>com.vmware.test-operations</groupId>
    <artifactId>test-operations-parent</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vmware.test-operations : test-operations-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.vmware.test-operations : test-operations-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
test-operations-parent-1.1.0
1.0.x
test-operations-parent-1.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.vmware.test-operations</groupId>
    <artifactId>test-operations-parent</artifactId>
    <version>1.1.0</version>
</dependency>