License |
License |
---|---|
Categories |
CategoriesPMD Application Testing & Monitoring Code Analysis |
GroupId | GroupIdcom.liveramp |
ArtifactId | ArtifactIdpmd_extensions |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpmd_extensions
pmd_extensions contains custom, extensible PMD rules
|
Project URL |
Project URL |
Filename | Size |
---|---|
pmd_extensions-1.0.0.pom | |
pmd_extensions-1.0.0.jar | 28 KB |
pmd_extensions-1.0.0-sources.jar | 15 KB |
pmd_extensions-1.0.0-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liveramp/pmd_extensions/ -->
<dependency>
<groupId>com.liveramp</groupId>
<artifactId>pmd_extensions</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/pmd_extensions/
implementation 'com.liveramp:pmd_extensions:1.0.0'
// https://jarcasting.com/artifacts/com.liveramp/pmd_extensions/
implementation ("com.liveramp:pmd_extensions:1.0.0")
'com.liveramp:pmd_extensions:jar:1.0.0'
<dependency org="com.liveramp" name="pmd_extensions" rev="1.0.0">
<artifact name="pmd_extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='pmd_extensions', version='1.0.0')
)
libraryDependencies += "com.liveramp" % "pmd_extensions" % "1.0.0"
[com.liveramp/pmd_extensions "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.pmd : pmd | jar | 5.1.2 |