PMD build tools
Artifact containing configuration data and tools to build pmd/pmd from source.
Note: This projects does not use semantic versioning.
License |
License |
---|---|
Categories |
CategoriesBuild Tools Net PMD Application Testing & Monitoring Code Analysis |
GroupId | GroupIdnet.sourceforge.pmd |
ArtifactId | ArtifactIdpmd-build-tools |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPMD Build Tools
Contains common build configuration for PMD.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pmd-build-tools-1.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-build-tools/ -->
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-build-tools</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-build-tools/
implementation 'net.sourceforge.pmd:pmd-build-tools:1.2'
// https://jarcasting.com/artifacts/net.sourceforge.pmd/pmd-build-tools/
implementation ("net.sourceforge.pmd:pmd-build-tools:1.2")
'net.sourceforge.pmd:pmd-build-tools:pom:1.2'
<dependency org="net.sourceforge.pmd" name="pmd-build-tools" rev="1.2">
<artifact name="pmd-build-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.pmd', module='pmd-build-tools', version='1.2')
)
libraryDependencies += "net.sourceforge.pmd" % "pmd-build-tools" % "1.2"
[net.sourceforge.pmd/pmd-build-tools "1.2"]
Artifact containing configuration data and tools to build pmd/pmd from source.
Note: This projects does not use semantic versioning.