MVN

com.battcn.boot : extend-spring-boot

Maven & Gradle

Oct 10, 2019

extend-spring-boot · 扩展了一些 Spring Boot 没有提供的 Starter 包

<dependency>
    <groupId>com.battcn.boot</groupId>
    <artifactId>extend-spring-boot</artifactId>
    <version>2.1.2-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.battcn.boot : extend-spring-boot to add to Maven - Latest Versions:

  • Latest Stable: 2.1.2-RELEASE

All Versions

Choose a version of com.battcn.boot : extend-spring-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
extend-spring-boot-2.1.2-RELEASE
extend-spring-boot-2.1.1-RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.battcn.boot</groupId>
    <artifactId>extend-spring-boot</artifactId>
    <version>2.1.2-RELEASE</version>
</dependency>