Last Version

JTidy 1.0.2

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

GroupId

GroupId

com.github.jtidy
ArtifactId

ArtifactId

jtidy
Version

Version

1.0.2
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

https://github.com/jtidy/jtidy
Project Organization

Project Organization

jtidy
Source Code Management

Source Code Management

https://github.com/jtidy/jtidy

Download jtidy 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.jtidy/jtidy/ -->
<dependency>
    <groupId>com.github.jtidy</groupId>
    <artifactId>jtidy</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jtidy/jtidy/
implementation 'com.github.jtidy:jtidy:1.0.2'
// https://jarcasting.com/artifacts/com.github.jtidy/jtidy/
implementation ("com.github.jtidy:jtidy:1.0.2")
'com.github.jtidy:jtidy:jar:1.0.2'
<dependency org="com.github.jtidy" name="jtidy" rev="1.0.2">
  <artifact name="jtidy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jtidy', module='jtidy', version='1.0.2')
)
libraryDependencies += "com.github.jtidy" % "jtidy" % "1.0.2"
[com.github.jtidy/jtidy "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
xerces : xercesImpl jar 2.11.0
org.apache.ant : ant Optional jar 1.10.2

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.25
log4j : log4j jar 1.2.17
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.