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