MVN

cn.songxinqiang : oss-parent-java7

Maven & Gradle

Mar 03, 2015

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>cn.songxinqiang</groupId>
    <artifactId>oss-parent-java7</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.songxinqiang : oss-parent-java7 to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of cn.songxinqiang : oss-parent-java7 to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
oss-parent-java7-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.songxinqiang</groupId>
    <artifactId>oss-parent-java7</artifactId>
    <version>1.0</version>
</dependency>