License |
License
Java HTML Tidy License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jtidy |
ArtifactId | ArtifactIdjtidy |
Last Version | Last Versionr938 |
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 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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jtidy-r938.pom | |
jtidy-r938.jar | 244 KB |
jtidy-r938-sources.jar | 232 KB |
jtidy-r938-javadoc.jar | 627 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jtidy/jtidy/ -->
<dependency>
<groupId>net.sf.jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>r938</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jtidy/jtidy/
implementation 'net.sf.jtidy:jtidy:r938'
// https://jarcasting.com/artifacts/net.sf.jtidy/jtidy/
implementation ("net.sf.jtidy:jtidy:r938")
'net.sf.jtidy:jtidy:jar:r938'
<dependency org="net.sf.jtidy" name="jtidy" rev="r938">
<artifact name="jtidy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jtidy', module='jtidy', version='r938')
)
libraryDependencies += "net.sf.jtidy" % "jtidy" % "r938"
[net.sf.jtidy/jtidy "r938"]
Group / Artifact | Type | Version |
---|---|---|
ant : ant Optional | jar | 1.6.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.0.1 |
log4j : log4j | jar | 1.2.13 |
junit : junit | jar | 3.8.1 |