is not current version
Last Version 4.3

pmd:pmd 3.2


Categories

Categories

PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

pmd
ArtifactId

ArtifactId

pmd
Version

Version

3.2
Type

Type

jar

Download pmd 3.2

Filename Size
pmd-3.2.pom
pmd-3.2.jar 668 KB
Browse

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