MVN

cool.mtc : mtc-boot

Maven & Gradle

Jul 30, 2023

mtc-boot · 基于Spring Boot的二次封装,封装了一些通用的功能、工具

<dependency>
    <groupId>cool.mtc</groupId>
    <artifactId>mtc-boot</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cool.mtc : mtc-boot to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of cool.mtc : mtc-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
mtc-boot-1.0.6
mtc-boot-1.0.5
mtc-boot-1.0.4
mtc-boot-1.0.3
mtc-boot-1.0.2
mtc-boot-1.0.1
mtc-boot-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cool.mtc</groupId>
    <artifactId>mtc-boot</artifactId>
    <version>1.0.6</version>
</dependency>