Last Version

jfiveparse 1.0.0

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
Version

Version

1.0.0
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 1.0.0


<!-- 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.