GroupId | GroupIdru.stqa.selenium |
---|---|
ArtifactId | ArtifactIdwebdriver-repeatable-actions |
Version | Version1.0.42 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ru.stqa.selenium/webdriver-repeatable-actions/ -->
<dependency>
<groupId>ru.stqa.selenium</groupId>
<artifactId>webdriver-repeatable-actions</artifactId>
<version>1.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/ru.stqa.selenium/webdriver-repeatable-actions/
implementation 'ru.stqa.selenium:webdriver-repeatable-actions:1.0.42'
// https://jarcasting.com/artifacts/ru.stqa.selenium/webdriver-repeatable-actions/
implementation ("ru.stqa.selenium:webdriver-repeatable-actions:1.0.42")
'ru.stqa.selenium:webdriver-repeatable-actions:jar:1.0.42'
<dependency org="ru.stqa.selenium" name="webdriver-repeatable-actions" rev="1.0.42">
<artifact name="webdriver-repeatable-actions" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.stqa.selenium', module='webdriver-repeatable-actions', version='1.0.42')
)
libraryDependencies += "ru.stqa.selenium" % "webdriver-repeatable-actions" % "1.0.42"
[ru.stqa.selenium/webdriver-repeatable-actions "1.0.42"]