MVN

com.addc.pom : addc-pom

Maven & Gradle

Aug 26, 2020

ADDC parent POM · Parent POM for all ADDC projects. It supplies a set of profiles that are mostly chosen depending on the presence of specific directories and/or tag files in src/main, see the profile activations. It also supplies the dependency management and plugin management for all our projects.

<dependency>
    <groupId>com.addc.pom</groupId>
    <artifactId>addc-pom</artifactId>
    <version>8.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.7.5

All Versions

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

Version Vulnerabilities Updated
8.7.x
addc-pom-8.7.5
addc-pom-8.7.4
addc-pom-8.7.3
addc-pom-8.7.2
addc-pom-8.7.1
8.7
addc-pom-8.7
8.6
addc-pom-8.6
8.5
addc-pom-8.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.addc.pom</groupId>
    <artifactId>addc-pom</artifactId>
    <version>8.7.5</version>
</dependency>

Advertisement