MVN

top.andoudou : base-parent

Maven & Gradle

Apr 07, 2022

base-parent · 基础父项目,只是定义了版本号、核心的一些配置

<dependency>
    <groupId>top.andoudou</groupId>
    <artifactId>base-parent</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.andoudou : base-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of top.andoudou : base-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
base-parent-1.3.2
base-parent-1.3.1
base-parent-1.3.0
1.2.x
base-parent-1.2.1
base-parent-1.2.0
1.1.x
base-parent-1.1.1
base-parent-1.1.0
1.0.x
base-parent-1.0.4
base-parent-1.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>top.andoudou</groupId>
    <artifactId>base-parent</artifactId>
    <version>1.3.2</version>
</dependency>

Advertisement