MVN

io.github.dizhifeng : commons-parent

Maven & Gradle

Jul 08, 2021
0 stars

spring boot starter component · a springboot starter component for new projects,It contains some useful component,like annotated excel reader/writter and qiniu cdn utils

<dependency>
    <groupId>io.github.dizhifeng</groupId>
    <artifactId>commons-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dizhifeng : commons-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.dizhifeng : commons-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
commons-parent-1.0.0
1.0
commons-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.dizhifeng</groupId>
    <artifactId>commons-parent</artifactId>
    <version>1.0.0</version>
</dependency>

Advertisement