Skip to content

依赖安装

羊羊 edited this page Aug 20, 2023 · 3 revisions

依赖安装

我们已经在中心仓库上传了本开源项目,只需在你的SpringBoot项目依赖中直接引入即可。

使用 Maven 安装:

<dependency>
    <groupId>net.itbaima</groupId>
    <artifactId>spring-boot-starter-itbaima-robot</artifactId>
    <version>1.0.2</version>
</dependency>

使用 Gradle 安装( Kotlin DSL ):

implementation("net.itbaima:spring-boot-starter-itbaima-robot:1.0.2")

使用 Gradle 安装(Groovy):

implementation group: 'net.itbaima', name: 'spring-boot-starter-itbaima-robot', version: '1.0.2'

有任何疑问都可以加入我们的官方群进行讨论:https://itbaima.net

Clone this wiki locally