w

web

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