License |
License
Java HTML Tidy License
|
---|---|
GroupId | GroupIdjtidy |
ArtifactId | ArtifactIdjtidy |
Last Version | Last Version4aug2000r7-dev |
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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jtidy-4aug2000r7-dev.pom | |
jtidy-4aug2000r7-dev.jar | 134 KB |
jtidy-4aug2000r7-dev-sources.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jtidy/jtidy/ -->
<dependency>
<groupId>jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>4aug2000r7-dev</version>
</dependency>
// https://jarcasting.com/artifacts/jtidy/jtidy/
implementation 'jtidy:jtidy:4aug2000r7-dev'
// https://jarcasting.com/artifacts/jtidy/jtidy/
implementation ("jtidy:jtidy:4aug2000r7-dev")
'jtidy:jtidy:jar:4aug2000r7-dev'
<dependency org="jtidy" name="jtidy" rev="4aug2000r7-dev">
<artifact name="jtidy" type="jar" />
</dependency>
@Grapes(
@Grab(group='jtidy', module='jtidy', version='4aug2000r7-dev')
)
libraryDependencies += "jtidy" % "jtidy" % "4aug2000r7-dev"
[jtidy "4aug2000r7-dev"]