License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pwall.html |
ArtifactId | ArtifactIdhtml-pipeline |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionSimple 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
html-pipeline-0.1.pom | |
html-pipeline-0.1.jar | 17 KB |
html-pipeline-0.1-sources.jar | 7 KB |
html-pipeline-0.1-javadoc.jar | 27 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.50 |
net.pwall.dom : dom-kotlin | jar | 0.1.1 |