| GroupId | GroupIdcom.github.aoreshin |
|---|---|
| ArtifactId | ArtifactIdallure-webdriver |
| Version | Version1.0.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| allure-webdriver-1.0.0.4.pom | |
| allure-webdriver-1.0.0.4.jar | 8 KB |
| allure-webdriver-1.0.0.4-tests.jar | 15 KB |
| allure-webdriver-1.0.0.4-sources.jar | 4 KB |
| allure-webdriver-1.0.0.4-javadoc.jar | 393 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aoreshin/allure-webdriver/ -->
<dependency>
<groupId>com.github.aoreshin</groupId>
<artifactId>allure-webdriver</artifactId>
<version>1.0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-webdriver/
implementation 'com.github.aoreshin:allure-webdriver:1.0.0.4'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-webdriver/
implementation ("com.github.aoreshin:allure-webdriver:1.0.0.4")
'com.github.aoreshin:allure-webdriver:jar:1.0.0.4'
<dependency org="com.github.aoreshin" name="allure-webdriver" rev="1.0.0.4">
<artifact name="allure-webdriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-webdriver', version='1.0.0.4')
)
libraryDependencies += "com.github.aoreshin" % "allure-webdriver" % "1.0.0.4"
[com.github.aoreshin/allure-webdriver "1.0.0.4"]