License |
License
Java HTML Tidy License
|
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdjtidy |
Last Version | Last Version4aug2000r7-dev-hudson-1 |
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.
Hudson modifications:
=====================
Removed SAX APIs
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jtidy-4aug2000r7-dev-hudson-1.pom | |
jtidy-4aug2000r7-dev-hudson-1.jar | 120 KB |
jtidy-4aug2000r7-dev-hudson-1-sources.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/jtidy/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>jtidy</artifactId>
<version>4aug2000r7-dev-hudson-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/jtidy/
implementation 'org.jvnet.hudson:jtidy:4aug2000r7-dev-hudson-1'
// https://jarcasting.com/artifacts/org.jvnet.hudson/jtidy/
implementation ("org.jvnet.hudson:jtidy:4aug2000r7-dev-hudson-1")
'org.jvnet.hudson:jtidy:jar:4aug2000r7-dev-hudson-1'
<dependency org="org.jvnet.hudson" name="jtidy" rev="4aug2000r7-dev-hudson-1">
<artifact name="jtidy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='jtidy', version='4aug2000r7-dev-hudson-1')
)
libraryDependencies += "org.jvnet.hudson" % "jtidy" % "4aug2000r7-dev-hudson-1"
[org.jvnet.hudson/jtidy "4aug2000r7-dev-hudson-1"]