Download jtidy-4aug2000r7-dev.jar file - Jar j

Jar examples for j:jtidy

Description

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 4aug2000r7-dev in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jtidy-4aug2000r7-dev.jar to your project.

<dependency>
   <groupId>jtidy</groupId>
   <artifactId>jtidy</artifactId>
   <version>4aug2000r7-dev</version>
</dependency>
compile group: 'jtidy', name: 'jtidy', version: '4aug2000r7-dev'
libraryDependencies += "jtidy" % "jtidy" % "4aug2000r7-dev"
<dependency org="jtidy" name="jtidy" rev="4aug2000r7-dev"/>
@Grapes(@Grab(group='jtidy', module='jtidy', version='4aug2000r7-dev'))
'jtidy:jtidy:jar:4aug2000r7-dev'

Download

Click the following link to download the jar file.

jtidy-4aug2000r7-dev-sources.jar
jtidy-4aug2000r7-dev.jar
jtidy-4aug2000r7-dev.pom



Related Tutorials