MVN

cn.jiangzeyin : common-parent

Maven & Gradle

May 08, 2018

Spring Boot Common Parent · Spring Boot common-boot

<dependency>
    <groupId>cn.jiangzeyin</groupId>
    <artifactId>common-parent</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.jiangzeyin : common-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of cn.jiangzeyin : common-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
common-parent-1.1.11
common-parent-1.1.10
common-parent-1.1.9
common-parent-1.1.8
common-parent-1.1.7
common-parent-1.1.6
common-parent-1.1.5
common-parent-1.1.4
common-parent-1.1.3
common-parent-1.1.2
common-parent-1.1.0
1.0.x
common-parent-1.0.2
common-parent-1.0.1
common-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.jiangzeyin</groupId>
    <artifactId>common-parent</artifactId>
    <version>1.1.11</version>
</dependency>

Advertisement