License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdlove.forte.simple-robot.http |
ArtifactId | ArtifactIdclient-core |
Version | Version2.3.5 |
Type | Typejar |
Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
Filename | Size |
---|---|
client-core-2.3.5.pom | |
client-core-2.3.5.jar | 38 KB |
client-core-2.3.5-sources.jar | 11 KB |
client-core-2.3.5-javadoc.jar | 343 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-core/ -->
<dependency>
<groupId>love.forte.simple-robot.http</groupId>
<artifactId>client-core</artifactId>
<version>2.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-core/
implementation 'love.forte.simple-robot.http:client-core:2.3.5'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-core/
implementation ("love.forte.simple-robot.http:client-core:2.3.5")
'love.forte.simple-robot.http:client-core:jar:2.3.5'
<dependency org="love.forte.simple-robot.http" name="client-core" rev="2.3.5">
<artifact name="client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-core', version='2.3.5')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-core" % "2.3.5"
[love.forte.simple-robot.http/client-core "2.3.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |
love.forte.simple-robot : core Optional | jar | 2.3.6 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.20 |