MVN

io.github.godfather1103.p3c : p3c-pmd

Maven & Gradle

Sep 18, 2023
62 stars

p3c-pmd · p3c pmd rule

<dependency>
    <groupId>io.github.godfather1103.p3c</groupId>
    <artifactId>p3c-pmd</artifactId>
    <version>2.1.1-ext</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.godfather1103.p3c : p3c-pmd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1-ext

All Versions

Choose a version of io.github.godfather1103.p3c : p3c-pmd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
p3c-pmd-2.1.1-ext

How to add a dependency to Maven

Add the following io.github.godfather1103.p3c : p3c-pmd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.godfather1103.p3c</groupId>
    <artifactId>p3c-pmd</artifactId>
    <version>2.1.1-ext</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.godfather1103.p3c : p3c-pmd gradle dependency to your build.gradle file:

implementation 'io.github.godfather1103.p3c:p3c-pmd:2.1.1-ext'

Gradle Kotlin DSL: Add the following io.github.godfather1103.p3c : p3c-pmd gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.godfather1103.p3c:p3c-pmd:2.1.1-ext")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.godfather1103.p3c : p3c-pmd sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.godfather1103.p3c" % "p3c-pmd" % "2.1.1-ext"

Advertisement