<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>1.7.0</version>
</dependency>
@Grapes(
@Grab(group='io.github.bonigarcia', module='webdrivermanager', version='1.7.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
|-- org.slf4j:slf4j-simple:1.7.24
test
|-- junit:junit:4.12