MVN

ch.digitalfondue.jfiveparse : jfiveparse

Maven & Gradle

Jun 20, 2022
21 stars

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.

<dependency>
    <groupId>ch.digitalfondue.jfiveparse</groupId>
    <artifactId>jfiveparse</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.digitalfondue.jfiveparse : jfiveparse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of ch.digitalfondue.jfiveparse : jfiveparse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jfiveparse-1.0.0
0.10.x
jfiveparse-0.10.0
0.9.x
jfiveparse-0.9.0
0.8.x
jfiveparse-0.8.1
jfiveparse-0.8.0
0.7.x
jfiveparse-0.7.1
jfiveparse-0.7.0
0.6.x
jfiveparse-0.6.2
jfiveparse-0.6.1
jfiveparse-0.6.0
0.5.x
jfiveparse-0.5.4
jfiveparse-0.5.3
jfiveparse-0.5.2
jfiveparse-0.5.1
jfiveparse-0.5.0
0.4.x
jfiveparse-0.4.0
0.3.x
jfiveparse-0.3.0
0.2.x
jfiveparse-0.2.0
0.1.x
jfiveparse-0.1.1

How to add a dependency to Maven

Add the following ch.digitalfondue.jfiveparse : jfiveparse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.digitalfondue.jfiveparse</groupId>
    <artifactId>jfiveparse</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.digitalfondue.jfiveparse : jfiveparse gradle dependency to your build.gradle file:

implementation 'ch.digitalfondue.jfiveparse:jfiveparse:1.0.0'

Gradle Kotlin DSL: Add the following ch.digitalfondue.jfiveparse : jfiveparse gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.digitalfondue.jfiveparse:jfiveparse:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.digitalfondue.jfiveparse : jfiveparse sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.digitalfondue.jfiveparse" % "jfiveparse" % "1.0.0"

Advertisement