MVN

com.github.mhoffrog : org-parent

Maven & Gradle

Jul 14, 2019
0 stars

mhoffrog Org Parent · The base parent for all open-source projects coming from mhoffrog.

<dependency>
    <groupId>com.github.mhoffrog</groupId>
    <artifactId>org-parent</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mhoffrog : org-parent to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of com.github.mhoffrog : org-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1
org-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.mhoffrog</groupId>
    <artifactId>org-parent</artifactId>
    <version>1</version>
</dependency>

Advertisement