is not current version
Last Version 4.3

pmd:pmd 3.5


Categories

Categories

PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

pmd
ArtifactId

ArtifactId

pmd
Version

Version

3.5
Type

Type

jar

Download pmd 3.5

Filename Size
pmd-3.5.pom
pmd-3.5.jar 705 KB
Browse

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