MVN

com.uulookingfor : oss-parent

Maven & Gradle

Apr 20, 2016
0 stars

OSSParent · This is the common settings for maven projects to publish to Maven Central Repository, artifacts extend from this one can publish to the repo without any setting.

<dependency>
    <groupId>com.uulookingfor</groupId>
    <artifactId>oss-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
oss-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.uulookingfor</groupId>
    <artifactId>oss-parent</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement