is not current version
Last Version 4.3

pmd:pmd 3.4


Categories

Categories

PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

pmd
ArtifactId

ArtifactId

pmd
Version

Version

3.4
Type

Type

jar

Download pmd 3.4

Filename Size
pmd-3.4.pom
pmd-3.4.jar 692 KB
pmd-3.4-sources.jar 373 KB
Browse

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