License |
License |
---|---|
GroupId | GroupIdch.digitalfondue.jfiveparse |
ArtifactId | ArtifactIdjfiveparse |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjfiveparse
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfiveparse-1.0.0.pom | |
jfiveparse-1.0.0.jar | 146 KB |
jfiveparse-1.0.0-sources.jar | 98 KB |
jfiveparse-1.0.0-javadoc.jar | 137 KB |
Browse |
<!-- 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"]
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 |