j

jericho-html

Jericho HTML Parser is a java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any unrecognised or invalid HTML.
http://jericho.htmlparser.net
GNU Lesser General Public License (LGPL) Eclipse Public License (EPL)
Martin Jericho
Files download
File Operation
jericho-html-3.2.jar download
jericho-html-3.2.pom download
jericho-html-3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.htmlparser.jericho</groupId>
  <artifactId>jericho-html</artifactId>
  <version>3.2</version>
</dependency>
Gradle Groovy
implementation 'net.htmlparser.jericho:jericho-html:3.2'
Gradle Kotlin
implementation("net.htmlparser.jericho:jericho-html:3.2")
Scala SBT
libraryDependencies += "net.htmlparser.jericho" % "jericho-html" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='net.htmlparser.jericho', module='jericho-html', version='3.2')
)
Apache Ivy
<dependency org="net.htmlparser.jericho" name="jericho-html" rev="3.2" />
Leiningen
[net.htmlparser.jericho/jericho-html "3.2"]
Apache Buildr
'net.htmlparser.jericho:jericho-html:jar:3.2'