MVN

com.github.hengboy : api-boot

Maven & Gradle

Mar 19, 2019
6 stars

api-boot · ApiBoot是一款基于SpringBoot2.x的接口服务集成基础框架, 内部提供了第三方框架的封装集成,让接口开发者可以选着性完成开箱即用, 不再为搭建接口框架而犯愁,从而极大的提高开发效率。

<dependency>
    <groupId>com.github.hengboy</groupId>
    <artifactId>api-boot</artifactId>
    <version>0.1.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hengboy : api-boot to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1.RELEASE

All Versions

Choose a version of com.github.hengboy : api-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
api-boot-0.1.1.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.hengboy</groupId>
    <artifactId>api-boot</artifactId>
    <version>0.1.1.RELEASE</version>
</dependency>