License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdspring-boot-starter |
Version | Version2.2.0-DEV.15 |
Type | Typepom |
Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
Filename | Size |
---|---|
spring-boot-starter-2.2.0-DEV.15.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/spring-boot-starter/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.2.0-DEV.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/spring-boot-starter/
implementation 'love.forte.simple-robot:spring-boot-starter:2.2.0-DEV.15'
// https://jarcasting.com/artifacts/love.forte.simple-robot/spring-boot-starter/
implementation ("love.forte.simple-robot:spring-boot-starter:2.2.0-DEV.15")
'love.forte.simple-robot:spring-boot-starter:pom:2.2.0-DEV.15'
<dependency org="love.forte.simple-robot" name="spring-boot-starter" rev="2.2.0-DEV.15">
<artifact name="spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='spring-boot-starter', version='2.2.0-DEV.15')
)
libraryDependencies += "love.forte.simple-robot" % "spring-boot-starter" % "2.2.0-DEV.15"
[love.forte.simple-robot/spring-boot-starter "2.2.0-DEV.15"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.20 |