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 parser for real-world HTML.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

jtidy
Last Version

Last Version

r8-21122004
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 parser for real-world HTML.
Project URL

Project URL

http://jtidy.sourceforge.net

Download jtidy

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
r8-21122004
r8-20060801