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