MVN

com.addc.build : site

Maven & Gradle

Nov 17, 2019

rules · Zip file with the rules for Findbugs, PMD 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>site</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

Version Vulnerabilities Updated
1.0
site-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.addc.build</groupId>
    <artifactId>site</artifactId>
    <version>1.0</version>
</dependency>