<dependency> <groupId>org.xpathqs</groupId> <artifactId>xpathqs-web</artifactId> <version>0.0.9</version> </dependency>
implementation 'org.xpathqs:xpathqs-web:0.0.9'
implementation("org.xpathqs:xpathqs-web:0.0.9")
libraryDependencies += "org.xpathqs" % "xpathqs-web" % "0.0.9"
@Grapes( @Grab(group='org.xpathqs', module='xpathqs-web', version='0.0.9') )
<dependency org="org.xpathqs" name="xpathqs-web" rev="0.0.9" />
[org.xpathqs/xpathqs-web "0.0.9"]
'org.xpathqs:xpathqs-web:jar:0.0.9'
compile
|-- org.xpathqs:xpathqs-core:0.0.6
|-- org.xpathqs:xpathqs-driver:0.0.9
|-- org.xpathqs:xpathqs-log
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib:1.5.0
|-- net.sourceforge.nekohtml:nekohtml:1.9.22