MVN

net.sourceforge.pmd : pmd-html

Maven & Gradle

May 30, 2023
4.3k stars

PMD HTML

<dependency>
    <groupId>net.sourceforge.pmd</groupId>
    <artifactId>pmd-html</artifactId>
    <version>6.55.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.pmd : pmd-html to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.55.0
  • Latest Release Candidate: 7.0.0-rc3

All Versions

Choose a version of net.sourceforge.pmd : pmd-html to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
pmd-html-7.0.0-rc3
pmd-html-7.0.0-rc2
pmd-html-7.0.0-rc1
6.55.x
pmd-html-6.55.0
6.54.x
pmd-html-6.54.0
6.53.x
pmd-html-6.53.0
6.52.x
pmd-html-6.52.0
6.51.x
pmd-html-6.51.0
6.50.x
pmd-html-6.50.0
6.49.x
pmd-html-6.49.0
6.48.x
pmd-html-6.48.0
6.47.x
pmd-html-6.47.0
6.46.x
pmd-html-6.46.0
6.45.x
pmd-html-6.45.0

How to add a dependency to Maven

Add the following net.sourceforge.pmd : pmd-html maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.pmd</groupId>
    <artifactId>pmd-html</artifactId>
    <version>6.55.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.pmd : pmd-html gradle dependency to your build.gradle file:

implementation 'net.sourceforge.pmd:pmd-html:6.55.0'

Gradle Kotlin DSL: Add the following net.sourceforge.pmd : pmd-html gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.pmd:pmd-html:6.55.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.pmd : pmd-html sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.pmd" % "pmd-html" % "6.55.0"

Advertisement