MVN

cn.xhteam.boot : cat-boot-starter-web

Maven & Gradle

Jan 14, 2024

cat-boot-starter-web · 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-starter-web</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.3

All Versions

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

Version Vulnerabilities Updated
2.0.x
cat-boot-starter-web-2.0.3

How to add a dependency to Maven

Add the following cn.xhteam.boot : cat-boot-starter-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.xhteam.boot : cat-boot-starter-web gradle dependency to your build.gradle file:

implementation 'cn.xhteam.boot:cat-boot-starter-web:2.0.3'

Gradle Kotlin DSL: Add the following cn.xhteam.boot : cat-boot-starter-web gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.xhteam.boot:cat-boot-starter-web:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.xhteam.boot : cat-boot-starter-web sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.xhteam.boot" % "cat-boot-starter-web" % "2.0.3"