is not current version
Last Version 6.47.0

net.sourceforge.pmd:pmd 6.10.0

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Salesforce.com Visualforce, Apache Velocity, XML, XSL. Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, Groovy, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Scala, Objective C, Matlab, Python, Go, Swift and Salesforce.com Apex.

Categories

Categories

Net PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

net.sourceforge.pmd
ArtifactId

ArtifactId

pmd
Version

Version

6.10.0
Type

Type

pom

Download pmd 6.10.0

Filename Size
pmd-6.10.0.pom 45 KB
Browse

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