MVN

com.github.xujlibs : jtidy5

Maven & Gradle

Sep 25, 2017
0 stars

java tidy for html5

<dependency>
    <groupId>com.github.xujlibs</groupId>
    <artifactId>jtidy5</artifactId>
    <version>0.999</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xujlibs : jtidy5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.999

All Versions

Choose a version of com.github.xujlibs : jtidy5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.999
jtidy5-0.999
0.998.x
jtidy5-0.998.1
0.998
jtidy5-0.998

How to add a dependency to Maven

Add the following com.github.xujlibs : jtidy5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xujlibs</groupId>
    <artifactId>jtidy5</artifactId>
    <version>0.999</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xujlibs : jtidy5 gradle dependency to your build.gradle file:

implementation 'com.github.xujlibs:jtidy5:0.999'

Gradle Kotlin DSL: Add the following com.github.xujlibs : jtidy5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xujlibs:jtidy5:0.999")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xujlibs : jtidy5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xujlibs" % "jtidy5" % "0.999"