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