MVN

cn.skyisazure.wjjhook : parent

Maven & Gradle

Apr 20, 2023

parent · springboot简易配置中心,一个注解即可完成大部分配置

<dependency>
    <groupId>cn.skyisazure.wjjhook</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.skyisazure.wjjhook : parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of cn.skyisazure.wjjhook : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
parent-0.0.3
parent-0.0.2
parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.skyisazure.wjjhook</groupId>
    <artifactId>parent</artifactId>
    <version>0.0.3</version>
</dependency>