License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdcomponent-mirai-spring-boot-starter |
Version | Version2.3.8 |
Type | Typejar |
Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/component-mirai-spring-boot-starter/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>component-mirai-spring-boot-starter</artifactId>
<version>2.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-mirai-spring-boot-starter/
implementation 'love.forte.simple-robot:component-mirai-spring-boot-starter:2.3.8'
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-mirai-spring-boot-starter/
implementation ("love.forte.simple-robot:component-mirai-spring-boot-starter:2.3.8")
'love.forte.simple-robot:component-mirai-spring-boot-starter:jar:2.3.8'
<dependency org="love.forte.simple-robot" name="component-mirai-spring-boot-starter" rev="2.3.8">
<artifact name="component-mirai-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='component-mirai-spring-boot-starter', version='2.3.8')
)
libraryDependencies += "love.forte.simple-robot" % "component-mirai-spring-boot-starter" % "2.3.8"
[love.forte.simple-robot/component-mirai-spring-boot-starter "2.3.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure Optional | jar | |
love.forte.simple-robot : core-spring-boot-starter | jar | 2.3.8 |
org.springframework.boot : spring-boot-starter-web Optional | jar | |
love.forte.simple-robot : component-mirai | jar | 2.3.8 |
love.forte.common : configuration | jar | 1.0.7 |
love.forte.common : ioc | jar | 1.0.7 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
love.forte.common : log Optional | jar | 1.0.7 |
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.6.0 |