не последняя версия
Последняя версия 8.9.2

com.cedarsoft.dependencies-sets:ktor-client 8.9.0

Contains the dependencies for ktor client based projects

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.cedarsoft.dependencies-sets
Идентификатор

Идентификатор

ktor-client
Версия

Версия

8.9.0
Тип

Тип

jar

Скачать ktor-client 8.9.0

Имя Файла Размер
ktor-client-8.9.0.pom 2 KB
ktor-client-8.9.0-tests.jar 1 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/ktor-client/ -->
<dependency>
    <groupId>com.cedarsoft.dependencies-sets</groupId>
    <artifactId>ktor-client</artifactId>
    <version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/ktor-client/
implementation 'com.cedarsoft.dependencies-sets:ktor-client:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/ktor-client/
implementation ("com.cedarsoft.dependencies-sets:ktor-client:8.9.0")
'com.cedarsoft.dependencies-sets:ktor-client:jar:8.9.0'
<dependency org="com.cedarsoft.dependencies-sets" name="ktor-client" rev="8.9.0">
  <artifact name="ktor-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.dependencies-sets', module='ktor-client', version='8.9.0')
)
libraryDependencies += "com.cedarsoft.dependencies-sets" % "ktor-client" % "8.9.0"
[com.cedarsoft.dependencies-sets/ktor-client "8.9.0"]