License |
License |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdapi |
Version | Version2.2.0-DEV.6 |
Type | Typejar |
Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
Filename | Size |
---|---|
api-2.2.0-DEV.6.pom | |
api-2.2.0-DEV.6.jar | 640 KB |
api-2.2.0-DEV.6-sources.jar | 177 KB |
api-2.2.0-DEV.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/api/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>api</artifactId>
<version>2.2.0-DEV.6</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/api/
implementation 'love.forte.simple-robot:api:2.2.0-DEV.6'
// https://jarcasting.com/artifacts/love.forte.simple-robot/api/
implementation ("love.forte.simple-robot:api:2.2.0-DEV.6")
'love.forte.simple-robot:api:jar:2.2.0-DEV.6'
<dependency org="love.forte.simple-robot" name="api" rev="2.2.0-DEV.6">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='api', version='2.2.0-DEV.6')
)
libraryDependencies += "love.forte.simple-robot" % "api" % "2.2.0-DEV.6"
[love.forte.simple-robot/api "2.2.0-DEV.6"]
Group / Artifact | Type | Version |
---|---|---|
love.forte.common : utils | jar | 1.0.3 |
love.forte.common : ioc Optional | jar | 1.0.3 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |
love.forte : catcode | jar | 1.0.0-BETA.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.5.20 |
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.20 |