MVN

net.sf.jtidy : jtidy

Maven & Gradle

Jul 20, 2010
159 usages

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 interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.

<dependency>
    <groupId>net.sf.jtidy</groupId>
    <artifactId>jtidy</artifactId>
    <version>r938</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jtidy : jtidy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: r938

All Versions

Choose a version of net.sf.jtidy : jtidy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
r938
jtidy-r938

How to add a dependency to Maven

Add the following net.sf.jtidy : jtidy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jtidy</groupId>
    <artifactId>jtidy</artifactId>
    <version>r938</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jtidy : jtidy gradle dependency to your build.gradle file:

implementation 'net.sf.jtidy:jtidy:r938'

Gradle Kotlin DSL: Add the following net.sf.jtidy : jtidy gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jtidy:jtidy:r938")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jtidy : jtidy sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jtidy" % "jtidy" % "r938"

Advertisement

Dependencies from Group

Jul 20, 2010
159 usages

Discover Dependencies

Oct 23, 2012
29 usages
Apr 13, 2007
29 usages
Jul 31, 2013
44 usages
230 stars
Aug 02, 2014
1 usages
28 stars
Mar 30, 2015
1 usages
0 stars
lz4
Nov 26, 2014
431 usages
1k stars
Sep 20, 2005
8 usages
Sep 24, 2013
5 usages
0 stars