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.

License

License

Java HTML Tidy License
Categories

Categories

Maven Build Tools Net
GroupId

GroupId

com.google.code.maven-play-plugin.net.sf.jtidy
ArtifactId

ArtifactId

jtidy
Last Version

Last Version

r938
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://jtidy.sourceforge.net
Project Organization

Project Organization

sourceforge

Download jtidy

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sf.jtidy/jtidy/ -->
<dependency>
    <groupId>com.google.code.maven-play-plugin.net.sf.jtidy</groupId>
    <artifactId>jtidy</artifactId>
    <version>r938</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sf.jtidy/jtidy/
implementation 'com.google.code.maven-play-plugin.net.sf.jtidy:jtidy:r938'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sf.jtidy/jtidy/
implementation ("com.google.code.maven-play-plugin.net.sf.jtidy:jtidy:r938")
'com.google.code.maven-play-plugin.net.sf.jtidy:jtidy:jar:r938'
<dependency org="com.google.code.maven-play-plugin.net.sf.jtidy" name="jtidy" rev="r938">
  <artifact name="jtidy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.net.sf.jtidy', module='jtidy', version='r938')
)
libraryDependencies += "com.google.code.maven-play-plugin.net.sf.jtidy" % "jtidy" % "r938"
[com.google.code.maven-play-plugin.net.sf.jtidy/jtidy "r938"]

Dependencies

compile (1)

Group / Artifact Type Version
ant : ant Optional jar 1.6.5

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.0.1
log4j : log4j jar 1.2.13
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
r938