Maven Repository - POM file for Web Framework jtidy 4aug2000r7-dev 4aug2000r7-dev

Summary

JTidy.

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..

Declaration

Here is the list of declaration for jtidy. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>jtidy</groupId>
   <artifactId>jtidy</artifactId>
   <version>4aug2000r7-dev</version>
</dependency>

If you think this Maven repository POM file listing for jtidy is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:Java HTML Tidy License
URL: http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95.

Depended by

The following table lists the most popular artifacts which are depending on jtidy-4aug2000r7-dev. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Testinghttpunit 1.7
A Java library for the automatic stimulation and testing of web applications.
15
Libraryjavanettasks 1.0.16
java.net tasks : java.net automation library/tools
17
Testinghttpunit 1.6.2
A Java library for the automatic stimulation and testing of web applications.
31
Testinghttpunit 1.6
A Java library for the automatic stimulation and testing of web applications.
12
Testinghttpunit 1.6.1
A Java library for the automatic stimulation and testing of web applications.
8

Packages

The following packages are defined in the jtidy-4aug2000r7-dev.jar

org.w3c.dom
org.w3c.tidy
org.xml.sax




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>jtidy</groupId>
  <artifactId>jtidy</artifactId>
  <version>4aug2000r7-dev</version>
  <name>JTidy</name>
  <url>http://jtidy.sourceforge.net</url>
  <description>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.</description>

  <organization>
    <name>JTidy</name>
    <url>http://jtidy.sf.net</url>
  </organization>

  <licenses>
    <license>
      <name>Java HTML Tidy License</name>
      <url>http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <connection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</connection>
    <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</developerConnection>
    <url>http://svn.sourceforge.net/viewcvs.cgi/jtidy/trunk/jtidy/</url>
  </scm>

</project>