Categories |
CategoriesNet PMD Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdnet.sourceforge.pmd |
ArtifactId | ArtifactIdpmd-apex |
Version | Version5.6.0 |
Type | Typejar |
Filename | Size |
---|---|
pmd-apex-5.6.0.pom | |
pmd-apex-5.6.0.jar | 190 KB |
pmd-apex-5.6.0-sources.jar | 120 KB |
pmd-apex-5.6.0-javadoc.jar | 977 KB |
pmd-apex-5.6.0-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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-apex/
implementation 'net.sourceforge.pmd:pmd-apex:5.6.0'
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-apex/
implementation ("net.sourceforge.pmd:pmd-apex:5.6.0")
'net.sourceforge.pmd:pmd-apex:jar:5.6.0'
<dependency org="net.sourceforge.pmd" name="pmd-apex" rev="5.6.0">
<artifact name="pmd-apex" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pmd', module='pmd-apex', version='5.6.0')
)
libraryDependencies += "net.sourceforge.pmd" % "pmd-apex" % "5.6.0"
[net.sourceforge.pmd/pmd-apex "5.6.0"]