Last Version

JTidy r938

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

Net
GroupId

GroupId

net.sf.jtidy
ArtifactId

ArtifactId

jtidy
Version

Version

r938
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 r938


<!-- https://jarcasting.com/artifacts/net.sf.jtidy/jtidy/ -->
<dependency>
    <groupId>net.sf.jtidy</groupId>
    <artifactId>jtidy</artifactId>
    <version>r938</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jtidy/jtidy/
implementation 'net.sf.jtidy:jtidy:r938'
// https://jarcasting.com/artifacts/net.sf.jtidy/jtidy/
implementation ("net.sf.jtidy:jtidy:r938")
'net.sf.jtidy:jtidy:jar:r938'
<dependency org="net.sf.jtidy" name="jtidy" rev="r938">
  <artifact name="jtidy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jtidy', module='jtidy', version='r938')
)
libraryDependencies += "net.sf.jtidy" % "jtidy" % "r938"
[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.