MVN

com.addc.build : rules

Maven & Gradle

Aug 06, 2019

rules · Zip file with the rules for Findbugs, PMD, css for javadoc and third party and format files for the Maven license plugin. This is expanded into the target directory by the addc-pom during building.

<dependency>
    <groupId>com.addc.build</groupId>
    <artifactId>rules</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.addc.build : rules to add to Maven - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.addc.build : rules to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7
rules-1.7
1.6
rules-1.6
1.5.x
rules-1.5.0
1.5
rules-1.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.addc.build</groupId>
    <artifactId>rules</artifactId>
    <version>1.7</version>
</dependency>