is not current version
Last Version 4.3

pmd:pmd 2.3


Categories

Categories

PMD Application Testing & Monitoring Code Analysis
GroupId

GroupId

pmd
ArtifactId

ArtifactId

pmd
Version

Version

2.3
Type

Type

jar

Download pmd 2.3

Filename Size
pmd-2.3.pom
pmd-2.3.jar 609 KB
Browse

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