MVN

org.codeprimate : cp-build

Maven & Gradle

May 24, 2023
1 stars

Codeprimate Build · Codeprimate Build is the parent project for all Codeprimate software projects used to build and release Codeprimate software.

<dependency>
    <groupId>org.codeprimate</groupId>
    <artifactId>cp-build</artifactId>
    <version>2.0.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codeprimate : cp-build to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0-M2

All Versions

Choose a version of org.codeprimate : cp-build to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
cp-build-2.0.0-M2
cp-build-2.0.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codeprimate</groupId>
    <artifactId>cp-build</artifactId>
    <version>2.0.0-M2</version>
</dependency>