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