jfiveparse

jfiveparse is a 0 dependencies compact html 5 parser. It pass all the non scripted tests for the tokenizer and tree construction from the html5lib-tests suite.

License

License

GroupId

GroupId

ch.digitalfondue.jfiveparse
ArtifactId

ArtifactId

jfiveparse
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jfiveparse
jfiveparse is a 0 dependencies compact html 5 parser. It pass all the non scripted tests for the tokenizer and tree construction from the html5lib-tests suite.
Project URL

Project URL

https://github.com/digitalfondue/jfiveparse
Source Code Management

Source Code Management

https://github.com/digitalfondue/jfiveparse.git

Download jfiveparse

How to add to project

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

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.2
com.google.code.gson : gson jar 2.9.0
org.apache.commons : commons-lang3 jar 3.12.0
org.jsoup : jsoup jar 1.15.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.10.0
0.9.0
0.8.1
0.8.0
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1