| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаlove.forte.simple-robot.http |
| Идентификатор | Идентификаторclient-ktor |
| Версия | Версия2.0.9-snapshot |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| client-ktor-2.0.9-snapshot.pom | |
| client-ktor-2.0.9-snapshot.jar | 103 KB |
| client-ktor-2.0.9-snapshot-sources.jar | 7 KB |
| client-ktor-2.0.9-snapshot-javadoc.jar | 260 KB |
| Обзор |
<!-- 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.9-snapshot</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-ktor/
implementation 'love.forte.simple-robot.http:client-ktor:2.0.9-snapshot'
// https://jarcasting.com/artifacts/love.forte.simple-robot.http/client-ktor/
implementation ("love.forte.simple-robot.http:client-ktor:2.0.9-snapshot")
'love.forte.simple-robot.http:client-ktor:jar:2.0.9-snapshot'
<dependency org="love.forte.simple-robot.http" name="client-ktor" rev="2.0.9-snapshot">
<artifact name="client-ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot.http', module='client-ktor', version='2.0.9-snapshot')
)
libraryDependencies += "love.forte.simple-robot.http" % "client-ktor" % "2.0.9-snapshot"
[love.forte.simple-robot.http/client-ktor "2.0.9-snapshot"]