MVN

dev.ikm.build : parent

Maven & Gradle

Jan 11, 2024
0 stars

General Build Parent · The General Parent that helps to define the build processes that should be used across projects, regardless of. Package type. This is versioned and if you want to use a different version of the pom, you can simply change the parent version and it will adjust all of the properties being used throughout, as the properties and plugins will be inherited by subprojects.

<dependency>
    <groupId>dev.ikm.build</groupId>
    <artifactId>parent</artifactId>
    <version>1.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.ikm.build : parent to add to Maven - Latest Versions:

  • Latest Stable: 1.27.0

All Versions

Choose a version of dev.ikm.build : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.27.x
parent-1.27.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>dev.ikm.build</groupId>
    <artifactId>parent</artifactId>
    <version>1.27.0</version>
</dependency>