Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate |
ArtifactId | ArtifactIdjtidy |
Last Version | Last Versionr8-21122004 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJTidy
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 |
Filename | Size |
---|---|
jtidy-r8-21122004.pom | |
jtidy-r8-21122004.jar | 241 KB |
Browse |
<!-- 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"]