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