h

html-pipeline

Simple parser for HTML, using the pipelines library. This is not intended to be a strict parser of HTML5; the main planned use is to help with "screen-scraping" of HTML websites. It may also find use as a tool for testing HTML generation.
https://github.com/pwall567/html-pipeline
The MIT License (MIT)
Peter Wall
文件下载
文件名 操作
html-pipeline-0.1.jar 下载
html-pipeline-0.1.pom 下载
html-pipeline-0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.pwall.html</groupId>
  <artifactId>html-pipeline</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'net.pwall.html:html-pipeline:0.1'
Gradle Kotlin
implementation("net.pwall.html:html-pipeline:0.1")
Scala SBT
libraryDependencies += "net.pwall.html" % "html-pipeline" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.pwall.html', module='html-pipeline', version='0.1')
)
Apache Ivy
<dependency org="net.pwall.html" name="html-pipeline" rev="0.1" />
Leiningen
[net.pwall.html/html-pipeline "0.1"]
Apache Buildr
'net.pwall.html:html-pipeline:jar:0.1'