MVN

io.github.aresxue.boot : ares-boot

Maven & Gradle

May 12, 2023

Ares Boot · 制定Java后端的统一标准,致力于优化Java开发者的编程体验,减少重复基础功能开发,屏蔽与业务无关的事项 Formulate a unified standard for the Java backend, devote itself to optimizing the programming experience of Java developers, reduce repetitive development of basic functions, and shield matters not related to business

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot</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 to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
ares-boot-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</artifactId>
    <version>1.0.0</version>
</dependency>