Last Version

Simple pipeline parser for HTML 0.1

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.pwall.html
ArtifactId

ArtifactId

html-pipeline
Version

Version

0.1
Type

Type

jar
Description

Description

Simple pipeline parser for HTML
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.
Project URL

Project URL

https://github.com/pwall567/html-pipeline
Source Code Management

Source Code Management

https://github.com/pwall567/html-pipeline

Download html-pipeline 0.1


<!-- https://jarcasting.com/artifacts/net.pwall.html/html-pipeline/ -->
<dependency>
    <groupId>net.pwall.html</groupId>
    <artifactId>html-pipeline</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.html/html-pipeline/
implementation 'net.pwall.html:html-pipeline:0.1'
// https://jarcasting.com/artifacts/net.pwall.html/html-pipeline/
implementation ("net.pwall.html:html-pipeline:0.1")
'net.pwall.html:html-pipeline:jar:0.1'
<dependency org="net.pwall.html" name="html-pipeline" rev="0.1">
  <artifact name="html-pipeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.html', module='html-pipeline', version='0.1')
)
libraryDependencies += "net.pwall.html" % "html-pipeline" % "0.1"
[net.pwall.html/html-pipeline "0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
net.pwall.util : pipelines jar 0.8
net.pwall.html : htmlutil jar 1.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50

test (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.50
net.pwall.dom : dom-kotlin jar 0.1.1

Project Modules

There are no modules declared in this project.