<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>4.2.0</version>
</dependency>
@Grapes(
@Grab(group='io.github.bonigarcia', module='webdrivermanager', version='4.2.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.30
|-- com.google.code.gson:gson:2.8.6
|-- org.apache.commons:commons-lang3:3.11
|-- org.apache.httpcomponents.client5:httpclient5:5.0.1
|-- org.rauschig:jarchivelib:1.0.0
provided
|-- com.squareup.okhttp3:okhttp:4.8.1
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- junit:junit:4.13
|-- org.hamcrest:hamcrest-all:1.3
|-- org.mock-server:mockserver-netty:5.11.1
|-- com.google.guava:guava:29.0-jre
|-- org.seleniumhq.selenium:selenium-java:3.141.59
|-- com.codeborne:phantomjsdriver:1.4.4