не последняя версия
Последняя версия 1.1.0

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

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.

Категории

Категории

VMware Контейнер Виртуализация
Группа

Группа

com.vmware.test-operations
Идентификатор

Идентификатор

test-operations-parent
Версия

Версия

1.0.1
Тип

Тип

pom

Скачать test-operations-parent 1.0.1

Имя Файла Размер
test-operations-parent-1.0.1.pom 13 KB
Обзор

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