MVN

org.codeprimate.build : maven-build

Maven & Gradle

Jul 04, 2023
1 stars

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

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

Latest Version

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

  • Latest Stable: 2.0.0-M3

All Versions

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

Version Vulnerabilities Updated
2.0.x
maven-build-2.0.0-M3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codeprimate.build</groupId>
    <artifactId>maven-build</artifactId>
    <version>2.0.0-M3</version>
</dependency>

Advertisement