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