<dependency> <groupId>org.xpathqs</groupId> <artifactId>xpathqs-web-selenium</artifactId> <version>0.0.6</version> </dependency>
implementation 'org.xpathqs:xpathqs-web-selenium:0.0.6'
implementation("org.xpathqs:xpathqs-web-selenium:0.0.6")
libraryDependencies += "org.xpathqs" % "xpathqs-web-selenium" % "0.0.6"
@Grapes( @Grab(group='org.xpathqs', module='xpathqs-web-selenium', version='0.0.6') )
<dependency org="org.xpathqs" name="xpathqs-web-selenium" rev="0.0.6" />
[org.xpathqs/xpathqs-web-selenium "0.0.6"]
'org.xpathqs:xpathqs-web-selenium:jar:0.0.6'
compile
|-- org.xpathqs:xpathqs-core
|-- org.xpathqs:xpathqs-driver
|-- org.xpathqs:xpathqs-web
|-- org.seleniumhq.selenium:selenium-java:3.141.59
|-- io.github.bonigarcia:webdrivermanager:4.4.1
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib:1.5.0
|-- net.sourceforge.nekohtml:nekohtml:1.9.22
|-- org.mockito:mockito-core:2.1.0