MVN

com.gitee.secretopen : secret-boot-framework

Maven & Gradle

Jun 30, 2023

com.gitee.secretopen:secret-boot-framework · secret-boot-framework是一个基于springboot的快速开发框架,实现开发中最基础的springboot、mybatis、redis整合,内置丰富的基础工具类,开箱即用

<dependency>
    <groupId>com.gitee.secretopen</groupId>
    <artifactId>secret-boot-framework</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.secretopen : secret-boot-framework to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.gitee.secretopen : secret-boot-framework to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
secret-boot-framework-2.1.0
2.0.x
secret-boot-framework-2.0.0
1.7.x
secret-boot-framework-1.7.0
1.6.x
secret-boot-framework-1.6.0
1.5.x
secret-boot-framework-1.5.0
1.4.x
secret-boot-framework-1.4.0
1.3.x
secret-boot-framework-1.3.0
1.2.x
secret-boot-framework-1.2.0
1.1
secret-boot-framework-1.1
1.0
secret-boot-framework-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.gitee.secretopen</groupId>
    <artifactId>secret-boot-framework</artifactId>
    <version>2.1.0</version>
</dependency>