MVN

io.github.aresxue.boot : ares-boot-starter

Maven & Gradle

May 12, 2023

Ares Boot Starter · 开源框架和中间件快速使用, 对业务使用做适配, 在切换开源框架时无需上层应用修改 Open source frameworks and middleware are quickly used, adapt to business use, and do not require upper-layer application modification when switching open source frameworks

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aresxue.boot : ares-boot-starter to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-starter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-starter-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter</artifactId>
    <version>1.0.0</version>
</dependency>