Files download
File Operation
allure-webdriver-83.jar download
allure-webdriver-83.pom download
allure-webdriver-83-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aoreshin</groupId>
  <artifactId>allure-webdriver</artifactId>
  <version>83</version>
</dependency>
Gradle Groovy
implementation 'com.github.aoreshin:allure-webdriver:83'
Gradle Kotlin
implementation("com.github.aoreshin:allure-webdriver:83")
Scala SBT
libraryDependencies += "com.github.aoreshin" % "allure-webdriver" % "83"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aoreshin', module='allure-webdriver', version='83')
)
Apache Ivy
<dependency org="com.github.aoreshin" name="allure-webdriver" rev="83" />
Leiningen
[com.github.aoreshin/allure-webdriver "83"]
Apache Buildr
'com.github.aoreshin:allure-webdriver:jar:83'