is not current version
Last Version 4.3

pmd:pmd 1.2.1


Categories

Categories

PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

pmd
ArtifactId

ArtifactId

pmd
Version

Version

1.2.1
Type

Type

jar

Download pmd 1.2.1

Filename Size
pmd-1.2.1.pom
pmd-1.2.1.jar 448 KB
Browse

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