Jar examples for 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.
You can download jar file jtidy r938 in this page.
The Apache Software License, Version 2.0
You can use the following script to add jtidy-r938.jar to your project.
<dependency> <groupId>net.sf.jtidy</groupId> <artifactId>jtidy</artifactId> <version>r938</version> </dependency>
compile group: 'net.sf.jtidy', name: 'jtidy', version: 'r938'
libraryDependencies += "net.sf.jtidy" % "jtidy" % "r938"
<dependency org="net.sf.jtidy" name="jtidy" rev="r938"/>
@Grapes(@Grab(group='net.sf.jtidy', module='jtidy', version='r938'))
'net.sf.jtidy:jtidy:jar:r938'
Click the following link to download the jar file.
jtidy-r938-javadoc.jar