MVN

io.maxthomas : mvn-oss-parent

Maven & Gradle

May 16, 2016
0 stars

mvn-oss-parent · Parent pom.xml for open source Maven projects.

<dependency>
    <groupId>io.maxthomas</groupId>
    <artifactId>mvn-oss-parent</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.maxthomas : mvn-oss-parent to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of io.maxthomas : mvn-oss-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1
mvn-oss-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.maxthomas</groupId>
    <artifactId>mvn-oss-parent</artifactId>
    <version>1</version>
</dependency>

Advertisement