<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>1.5.0</version>
</dependency>
@Grapes(
@Grab(group='io.github.bonigarcia', module='webdrivermanager', version='1.5.0')
)
compile
|-- org.slf4j:slf4j-api:1.7.12
|-- com.google.code.gson:gson:2.3.1
|-- org.apache.commons:commons-lang3:3.4
|-- org.rauschig:jarchivelib:0.7.1
|-- com.google.guava:guava:19.0
|-- commons-codec:commons-codec:1.10
provided
|-- org.slf4j:slf4j-simple:1.7.12
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-core:1.3