MVN

com.github.sarxos : oss-parent

Maven & Gradle

Feb 19, 2021
0 stars

Parent POM for OSS Projects · This is parent POM for my OSS projects

<dependency>
    <groupId>com.github.sarxos</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sarxos : oss-parent to add to Maven - Latest Versions:

  • Latest Stable: 7

All Versions

Choose a version of com.github.sarxos : oss-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
7
oss-parent-7
6
oss-parent-6
5
oss-parent-5
4
oss-parent-4
3
oss-parent-3
2
oss-parent-2
1
oss-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.sarxos</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
</dependency>

Advertisement