License |
License |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdkaiheila-core |
Last Version | Last Version0.0.1-PREVIEW |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/kaiheila-core/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>kaiheila-core</artifactId>
<version>0.0.1-PREVIEW</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/kaiheila-core/
implementation 'love.forte.simple-robot:kaiheila-core:0.0.1-PREVIEW'
// https://jarcasting.com/artifacts/love.forte.simple-robot/kaiheila-core/
implementation ("love.forte.simple-robot:kaiheila-core:0.0.1-PREVIEW")
'love.forte.simple-robot:kaiheila-core:jar:0.0.1-PREVIEW'
<dependency org="love.forte.simple-robot" name="kaiheila-core" rev="0.0.1-PREVIEW">
<artifact name="kaiheila-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='kaiheila-core', version='0.0.1-PREVIEW')
)
libraryDependencies += "love.forte.simple-robot" % "kaiheila-core" % "0.0.1-PREVIEW"
[love.forte.simple-robot/kaiheila-core "0.0.1-PREVIEW"]
Group / Artifact | Type | Version |
---|---|---|
io.ktor : ktor-client-core-jvm | jar | 1.6.2 |
io.ktor : ktor-client-okhttp | jar | 1.6.2 |
io.ktor : ktor-client-serialization-jvm | jar | 1.6.2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
love.forte.common : log Optional | jar | 1.0.7 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |
org.jetbrains.kotlinx : kotlinx-serialization-json | jar | 1.2.1 |
org.jetbrains.kotlinx : kotlinx-serialization-json-jvm | jar | 1.2.1 |
love.forte.simple-robot : core | jar | 2.3.0-BETA.1 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.20 |