j

jtidy

JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.
https://github.com/jtidy/jtidy
Java HTML Tidy License
jtidy
JTidy Authors
Files download
File Operation
jtidy-1.0.3.jar download
jtidy-1.0.3.pom download
jtidy-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jtidy</groupId>
  <artifactId>jtidy</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.jtidy:jtidy:1.0.3'
Gradle Kotlin
implementation("com.github.jtidy:jtidy:1.0.3")
Scala SBT
libraryDependencies += "com.github.jtidy" % "jtidy" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jtidy', module='jtidy', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.jtidy" name="jtidy" rev="1.0.3" />
Leiningen
[com.github.jtidy/jtidy "1.0.3"]
Apache Buildr
'com.github.jtidy:jtidy:jar:1.0.3'