is not current version
Last Version r8-21122004

org.hibernate:jtidy r8-20060801

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
Version

Version

r8-20060801
Type

Type

jar

Download jtidy r8-20060801


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