MVN

com.tacitknowledge : pmd

Maven & Gradle

Sep 10, 2012
0 stars

Tacit Knowledge PMD Fork · <p>This is a fork of the github/pmd/pmd project located at</p> <p> https://github.com/pmd/pmd</p> <p>The fork is at https://github.com/tacitknowledge/pmd </p>

<dependency>
    <groupId>com.tacitknowledge</groupId>
    <artifactId>pmd</artifactId>
    <version>5.1.0-TK-1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tacitknowledge : pmd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0-TK-1.0

All Versions

Choose a version of com.tacitknowledge : pmd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
pmd-5.1.0-TK-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tacitknowledge</groupId>
    <artifactId>pmd</artifactId>
    <version>5.1.0-TK-1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tacitknowledge : pmd gradle dependency to your build.gradle file:

implementation 'com.tacitknowledge:pmd:5.1.0-TK-1.0'

Gradle Kotlin DSL: Add the following com.tacitknowledge : pmd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tacitknowledge:pmd:5.1.0-TK-1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tacitknowledge : pmd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tacitknowledge" % "pmd" % "5.1.0-TK-1.0"