MVN

cn.xhteam.boot : cat-boot

Maven & Gradle

Jan 14, 2024

cat-boot · It is very convenient for the development of individual microservices, beneficial for the development of web service containers, API interfaces, and zero configuration.

<dependency>
    <groupId>cn.xhteam.boot</groupId>
    <artifactId>cat-boot</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.xhteam.boot : cat-boot to add to Maven - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of cn.xhteam.boot : cat-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
cat-boot-2.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cn.xhteam.boot</groupId>
    <artifactId>cat-boot</artifactId>
    <version>2.0.3</version>
</dependency>