is not current version
Last Version 8.9.2

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

Contains the dependencies for ktor client based projects

Categories

Categories

CLI User Interface
GroupId

GroupId

com.cedarsoft.dependencies-sets
ArtifactId

ArtifactId

ktor-client
Version

Version

8.9.0
Type

Type

jar

Download ktor-client 8.9.0


<!-- 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"]