MVN

cat.inspiracio : html-parser

Maven & Gradle

Sep 30, 2021
2 usages

cat.inspiracio:html-parser · HTML-parser provides a parser for HTML 5 that produces HTML 5 document object model. It aims to be a Java-implementation of http://www.w3.org/TR/html5/. It is for use in the server. It does not implement features that are relevant in the client, like event handling. It is for use from javascript, via Java's scripting library.

<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>html-parser</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cat.inspiracio : html-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of cat.inspiracio : html-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
html-parser-0.0.5
html-parser-0.0.4
html-parser-0.0.3
html-parser-0.0.2
html-parser-0.0.1

How to add a dependency to Maven

Add the following cat.inspiracio : html-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>html-parser</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cat.inspiracio : html-parser gradle dependency to your build.gradle file:

implementation 'cat.inspiracio:html-parser:0.0.5'

Gradle Kotlin DSL: Add the following cat.inspiracio : html-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("cat.inspiracio:html-parser:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cat.inspiracio : html-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "cat.inspiracio" % "html-parser" % "0.0.5"

Advertisement

Dependencies from Group

Dec 05, 2018
7 usages
Jan 27, 2016
2 usages
Sep 30, 2021
2 usages
Apr 22, 2019
2 usages
Oct 02, 2021
1 usages

Discover Dependencies

Apr 19, 2017
4 usages
0 stars
Aug 16, 2016
4 usages
0 stars
Aug 28, 2016
2 usages
243 stars
Sep 13, 2016
2 usages
27 stars
Oct 28, 2018
2 usages
9 stars
Aug 09, 2019
2 usages
536 stars
Mar 15, 2019
2 usages
48 stars
Feb 11, 2018
2 usages
4 stars
Nov 30, 2018
2 usages
2 stars