MVN

cn.willingxyz.parentpom : parentpom-common

Maven & Gradle

Aug 22, 2019
0 stars
<dependency>
    <groupId>cn.willingxyz.parentpom</groupId>
    <artifactId>parentpom-common</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.willingxyz.parentpom : parentpom-common to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of cn.willingxyz.parentpom : parentpom-common to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
parentpom-common-1.0.1
parentpom-common-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.willingxyz.parentpom</groupId>
    <artifactId>parentpom-common</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement