License |
License
Java HTML Tidy License
|
---|---|
Categories |
CategoriesMaven Build Tools Net |
GroupId | GroupIdcom.google.code.maven-play-plugin.net.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 | 183 KB |
jtidy-r938-sources.jar | 230 KB |
jtidy-r938-javadoc.jar | 609 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sf.jtidy/jtidy/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin.net.sf.jtidy</groupId>
<artifactId>jtidy</artifactId>
<version>r938</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sf.jtidy/jtidy/
implementation 'com.google.code.maven-play-plugin.net.sf.jtidy:jtidy:r938'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sf.jtidy/jtidy/
implementation ("com.google.code.maven-play-plugin.net.sf.jtidy:jtidy:r938")
'com.google.code.maven-play-plugin.net.sf.jtidy:jtidy:jar:r938'
<dependency org="com.google.code.maven-play-plugin.net.sf.jtidy" name="jtidy" rev="r938">
<artifact name="jtidy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.net.sf.jtidy', module='jtidy', version='r938')
)
libraryDependencies += "com.google.code.maven-play-plugin.net.sf.jtidy" % "jtidy" % "r938"
[com.google.code.maven-play-plugin.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 |