MVN

info.scce : addlib-build-parent

Maven & Gradle

Oct 27, 2023

ADD-Lib :: Build Parent · A utility artifact, that defines certain plugin executions for the build process. May be used to define dependencies on the "build-tools" artifact without introducing cyclic dependencies with the general parent.

<dependency>
    <groupId>info.scce</groupId>
    <artifactId>addlib-build-parent</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.scce : addlib-build-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of info.scce : addlib-build-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
addlib-build-parent-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>info.scce</groupId>
    <artifactId>addlib-build-parent</artifactId>
    <version>3.0.0</version>
</dependency>

Advertisement