is not current version
Last Version 2.28.0

com.github.albfernandez:pmd-gds 2.19.0

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

Categories

Categories

PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.albfernandez
ArtifactId

ArtifactId

pmd-gds
Version

Version

2.19.0
Type

Type

jar

Download pmd-gds 2.19.0


<!-- https://jarcasting.com/artifacts/com.github.albfernandez/pmd-gds/ -->
<dependency>
    <groupId>com.github.albfernandez</groupId>
    <artifactId>pmd-gds</artifactId>
    <version>2.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.albfernandez/pmd-gds/
implementation 'com.github.albfernandez:pmd-gds:2.19.0'
// https://jarcasting.com/artifacts/com.github.albfernandez/pmd-gds/
implementation ("com.github.albfernandez:pmd-gds:2.19.0")
'com.github.albfernandez:pmd-gds:jar:2.19.0'
<dependency org="com.github.albfernandez" name="pmd-gds" rev="2.19.0">
  <artifact name="pmd-gds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.albfernandez', module='pmd-gds', version='2.19.0')
)
libraryDependencies += "com.github.albfernandez" % "pmd-gds" % "2.19.0"
[com.github.albfernandez/pmd-gds "2.19.0"]