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.3.jar download
xpathqs-web-0.0.3.pom download
xpathqs-web-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xpathqs</groupId>
  <artifactId>xpathqs-web</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.xpathqs:xpathqs-web:0.0.3'
Gradle Kotlin
implementation("org.xpathqs:xpathqs-web:0.0.3")
Scala SBT
libraryDependencies += "org.xpathqs" % "xpathqs-web" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.xpathqs', module='xpathqs-web', version='0.0.3')
)
Apache Ivy
<dependency org="org.xpathqs" name="xpathqs-web" rev="0.0.3" />
Leiningen
[org.xpathqs/xpathqs-web "0.0.3"]
Apache Buildr
'org.xpathqs:xpathqs-web:jar:0.0.3'