x

xpathqs-web

A library that extends XpathQS-Driver with HTML semantic
https://xpathqs.org/
MIT License
Nikita A. Chegodaev
Files download
File Operation
xpathqs-web-0.0.9.jar download
xpathqs-web-0.0.9.pom download
xpathqs-web-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xpathqs</groupId>
  <artifactId>xpathqs-web</artifactId>
  <version>0.0.9</version>
</dependency>
Gradle Groovy
implementation 'org.xpathqs:xpathqs-web:0.0.9'
Gradle Kotlin
implementation("org.xpathqs:xpathqs-web:0.0.9")
Scala SBT
libraryDependencies += "org.xpathqs" % "xpathqs-web" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.xpathqs', module='xpathqs-web', version='0.0.9')
)
Apache Ivy
<dependency org="org.xpathqs" name="xpathqs-web" rev="0.0.9" />
Leiningen
[org.xpathqs/xpathqs-web "0.0.9"]
Apache Buildr
'org.xpathqs:xpathqs-web:jar:0.0.9'