Categories |
CategoriesNet PMD Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdnet.sourceforge.pmd |
ArtifactId | ArtifactIdpmd-apex |
Version | Version5.5.3 |
Type | Typejar |
Filename | Size |
---|---|
pmd-apex-5.5.3.pom | |
pmd-apex-5.5.3.jar | 183 KB |
pmd-apex-5.5.3-sources.jar | 111 KB |
pmd-apex-5.5.3-javadoc.jar | 969 KB |
pmd-apex-5.5.3-apex-jorje-shaded.jar | 26 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-apex/ -->
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-apex</artifactId>
<version>5.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-apex/
implementation 'net.sourceforge.pmd:pmd-apex:5.5.3'
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-apex/
implementation ("net.sourceforge.pmd:pmd-apex:5.5.3")
'net.sourceforge.pmd:pmd-apex:jar:5.5.3'
<dependency org="net.sourceforge.pmd" name="pmd-apex" rev="5.5.3">
<artifact name="pmd-apex" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pmd', module='pmd-apex', version='5.5.3')
)
libraryDependencies += "net.sourceforge.pmd" % "pmd-apex" % "5.5.3"
[net.sourceforge.pmd/pmd-apex "5.5.3"]