| Группа | Группаcom.axway.ats.framework.examples |
|---|---|
| Идентификатор | Идентификаторats-examples-vm-actions |
| Версия | Версия4.0.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.axway.ats.framework.examples/ats-examples-vm-actions/ -->
<dependency>
<groupId>com.axway.ats.framework.examples</groupId>
<artifactId>ats-examples-vm-actions</artifactId>
<version>4.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.axway.ats.framework.examples/ats-examples-vm-actions/
implementation 'com.axway.ats.framework.examples:ats-examples-vm-actions:4.0.6'
// https://jarcasting.com/artifacts/com.axway.ats.framework.examples/ats-examples-vm-actions/
implementation ("com.axway.ats.framework.examples:ats-examples-vm-actions:4.0.6")
'com.axway.ats.framework.examples:ats-examples-vm-actions:jar:4.0.6'
<dependency org="com.axway.ats.framework.examples" name="ats-examples-vm-actions" rev="4.0.6">
<artifact name="ats-examples-vm-actions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axway.ats.framework.examples', module='ats-examples-vm-actions', version='4.0.6')
)
libraryDependencies += "com.axway.ats.framework.examples" % "ats-examples-vm-actions" % "4.0.6"
[com.axway.ats.framework.examples/ats-examples-vm-actions "4.0.6"]