GroupId | GroupIdcom.github.aoreshin |
---|---|
ArtifactId | ArtifactIdallure-webdriver |
Version | Version1.0.0.6 |
Type | Typepom |
Filename | Size |
---|---|
allure-webdriver-1.0.0.6.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aoreshin/allure-webdriver/ -->
<dependency>
<groupId>com.github.aoreshin</groupId>
<artifactId>allure-webdriver</artifactId>
<version>1.0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-webdriver/
implementation 'com.github.aoreshin:allure-webdriver:1.0.0.6'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-webdriver/
implementation ("com.github.aoreshin:allure-webdriver:1.0.0.6")
'com.github.aoreshin:allure-webdriver:pom:1.0.0.6'
<dependency org="com.github.aoreshin" name="allure-webdriver" rev="1.0.0.6">
<artifact name="allure-webdriver" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-webdriver', version='1.0.0.6')
)
libraryDependencies += "com.github.aoreshin" % "allure-webdriver" % "1.0.0.6"
[com.github.aoreshin/allure-webdriver "1.0.0.6"]