<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>3.6.0</version>
</dependency>
@Grapes(
@Grab(group='io.github.bonigarcia', module='webdrivermanager', version='3.6.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.25
|-- com.google.code.gson:gson:2.8.5
|-- org.apache.commons:commons-lang3:3.8.1
|-- org.apache.httpcomponents:httpclient:4.5.6
|-- org.rauschig:jarchivelib:1.0.0
provided
|-- com.squareup.okhttp3:okhttp:3.12.1
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-all:1.3
|-- org.mock-server:mockserver-netty:3.12
|-- com.google.guava:guava:27.0.1-jre
|-- org.seleniumhq.selenium:selenium-java:3.141.59
|-- com.codeborne:phantomjsdriver:1.4.4