Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdlove.forte.simple-robot.http |
ArtifactId | ArtifactIdclient-ktor |
Version | Version2.0.0-RC.1 |
Type | Typejar |
Filename | Size |
---|---|
client-ktor-2.0.0-RC.1.pom | |
client-ktor-2.0.0-RC.1.jar | 98 KB |
client-ktor-2.0.0-RC.1-sources.jar | 6 KB |
client-ktor-2.0.0-RC.1-javadoc.jar | 274 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.0.0-RC.1</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-ktor/
implementation 'love.forte.simple-robot.http:client-ktor:2.0.0-RC.1'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-ktor/
implementation ("love.forte.simple-robot.http:client-ktor:2.0.0-RC.1")
'love.forte.simple-robot.http:client-ktor:jar:2.0.0-RC.1'
<dependency org="love.forte.simple-robot.http" name="client-ktor" rev="2.0.0-RC.1">
<artifact name="client-ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-ktor', version='2.0.0-RC.1')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-ktor" % "2.0.0-RC.1"
[love.forte.simple-robot.http/client-ktor "2.0.0-RC.1"]