MVN

de.ofterdinger.parents : build

Maven & Gradle

Apr 14, 2023
1 stars

de.ofterdinger.parent - build · A reusable Maven parent aritfact that provides versions and default configurations of commonly used build plugins.

<dependency>
    <groupId>de.ofterdinger.parents</groupId>
    <artifactId>build</artifactId>
    <version>0.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ofterdinger.parents : build to add to Maven - Latest Versions:

  • Latest Stable: 0.1.5

All Versions

Choose a version of de.ofterdinger.parents : build to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
build-0.1.5
build-0.1.4
build-0.1.3
build-0.1.2
build-0.1.1
build-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.ofterdinger.parents</groupId>
    <artifactId>build</artifactId>
    <version>0.1.5</version>
</dependency>