<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>2.0.0</version>
</dependency>
@Grapes(
@Grab(group='io.github.bonigarcia', module='webdrivermanager', version='2.0.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.24
|-- com.google.code.gson:gson:2.8.0
|-- org.apache.commons:commons-lang3:3.5
|-- org.apache.httpcomponents:httpclient:4.5.3
|-- org.rauschig:jarchivelib:0.7.1
provided
|-- ch.qos.logback:logback-classic:1.1.3
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-all:1.3
|-- org.mock-server:mockserver-netty:3.12
|-- com.google.guava:guava:23.5-jre
|-- org.seleniumhq.selenium:selenium-java:3.7.1