is not current version
Last Version 1.1.0

com.vmware.test-operations:test-operations 0.9.6

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.

Categories

Categories

VMware Container Virtualization Tools
GroupId

GroupId

com.vmware.test-operations
ArtifactId

ArtifactId

test-operations
Version

Version

0.9.6
Type

Type

jar

Download test-operations 0.9.6


<!-- https://jarcasting.com/artifacts/com.vmware.test-operations/test-operations/ -->
<dependency>
    <groupId>com.vmware.test-operations</groupId>
    <artifactId>test-operations</artifactId>
    <version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.test-operations/test-operations/
implementation 'com.vmware.test-operations:test-operations:0.9.6'
// https://jarcasting.com/artifacts/com.vmware.test-operations/test-operations/
implementation ("com.vmware.test-operations:test-operations:0.9.6")
'com.vmware.test-operations:test-operations:jar:0.9.6'
<dependency org="com.vmware.test-operations" name="test-operations" rev="0.9.6">
  <artifact name="test-operations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.test-operations', module='test-operations', version='0.9.6')
)
libraryDependencies += "com.vmware.test-operations" % "test-operations" % "0.9.6"
[com.vmware.test-operations/test-operations "0.9.6"]