w

web

A library that extends XpathQS-Driver with HTML semantic
https://xpathqs.org/
MIT License
Nikita A. Chegodaev
文件下载
文件名 操作
web-0.1.4.jar 下载
web-0.1.4.pom 下载
web-0.1.4-sources.jar 下载
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'