GroupId | GroupIdcom.github.aoreshin |
---|---|
ArtifactId | ArtifactIdallure-webdriver |
Version | Version1.0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
allure-webdriver-1.0.0.3.pom | |
allure-webdriver-1.0.0.3.jar | 8 KB |
allure-webdriver-1.0.0.3-tests.jar | 15 KB |
allure-webdriver-1.0.0.3-sources.jar | 4 KB |
allure-webdriver-1.0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-webdriver/
implementation 'com.github.aoreshin:allure-webdriver:1.0.0.3'
// https://jarcasting.com/artifacts/com.github.aoreshin/allure-webdriver/
implementation ("com.github.aoreshin:allure-webdriver:1.0.0.3")
'com.github.aoreshin:allure-webdriver:jar:1.0.0.3'
<dependency org="com.github.aoreshin" name="allure-webdriver" rev="1.0.0.3">
<artifact name="allure-webdriver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aoreshin', module='allure-webdriver', version='1.0.0.3')
)
libraryDependencies += "com.github.aoreshin" % "allure-webdriver" % "1.0.0.3"
[com.github.aoreshin/allure-webdriver "1.0.0.3"]