MVN

com.github.albfernandez : pmd-gds

Maven & Gradle

Feb 27, 2023
3 stars

PMD-Security-Rules · Custom ruleset for the open source static analysis tool PMD. The ruleset contains rules intended to identify security violations that map to the 2013 OWASP Top 10

<dependency>
    <groupId>com.github.albfernandez</groupId>
    <artifactId>pmd-gds</artifactId>
    <version>2.33.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.33.0

All Versions

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

Version Vulnerabilities Updated
2.33.x
pmd-gds-2.33.0
2.32.x
pmd-gds-2.32.0
2.31.x
pmd-gds-2.31.0
2.30.x
pmd-gds-2.30.0
2.29.x
pmd-gds-2.29.0
2.28.x
pmd-gds-2.28.0
2.27.x
pmd-gds-2.27.0
2.26.x
pmd-gds-2.26.0
2.25.x
pmd-gds-2.25.0
2.24.x
pmd-gds-2.24.0
2.23.x
pmd-gds-2.23.0
2.22.x
pmd-gds-2.22.0
2.21.x
pmd-gds-2.21.0
2.20.x
pmd-gds-2.20.0
2.19.x
pmd-gds-2.19.0
2.18.x
pmd-gds-2.18.0
2.17.x
pmd-gds-2.17.0
2.16.x
pmd-gds-2.16.1
pmd-gds-2.16.0
2.14.x
pmd-gds-2.14.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.albfernandez</groupId>
    <artifactId>pmd-gds</artifactId>
    <version>2.33.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.albfernandez : pmd-gds gradle dependency to your build.gradle file:

implementation 'com.github.albfernandez:pmd-gds:2.33.0'

Gradle Kotlin DSL: Add the following com.github.albfernandez : pmd-gds gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.albfernandez:pmd-gds:2.33.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.albfernandez : pmd-gds sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.albfernandez" % "pmd-gds" % "2.33.0"

Advertisement