h

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.
http://www.inspiracio.cat
The Apache Software License, Version 2.0
Alexander Bunkenburg
Files download
File Operation
html-parser-0.0.6.jar download
html-parser-0.0.6.pom download
html-parser-0.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>cat.inspiracio</groupId>
  <artifactId>html-parser</artifactId>
  <version>0.0.6</version>
</dependency>
Gradle Groovy
implementation 'cat.inspiracio:html-parser:0.0.6'
Gradle Kotlin
implementation("cat.inspiracio:html-parser:0.0.6")
Scala SBT
libraryDependencies += "cat.inspiracio" % "html-parser" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='cat.inspiracio', module='html-parser', version='0.0.6')
)
Apache Ivy
<dependency org="cat.inspiracio" name="html-parser" rev="0.0.6" />
Leiningen
[cat.inspiracio/html-parser "0.0.6"]
Apache Buildr
'cat.inspiracio:html-parser:jar:0.0.6'