k

ktor-client-auth

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
https://github.com/ktorio/ktor
The Apache Software License, Version 2.0
JetBrains Team
Files download
File Operation
ktor-client-auth-2.2.4.jar download
ktor-client-auth-2.2.4.pom download
ktor-client-auth-2.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ktor</groupId>
  <artifactId>ktor-client-auth</artifactId>
  <version>2.2.4</version>
</dependency>
Gradle Groovy
implementation 'io.ktor:ktor-client-auth:2.2.4'
Gradle Kotlin
implementation("io.ktor:ktor-client-auth:2.2.4")
Scala SBT
libraryDependencies += "io.ktor" % "ktor-client-auth" % "2.2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.ktor', module='ktor-client-auth', version='2.2.4')
)
Apache Ivy
<dependency org="io.ktor" name="ktor-client-auth" rev="2.2.4" />
Leiningen
[io.ktor/ktor-client-auth "2.2.4"]
Apache Buildr
'io.ktor:ktor-client-auth:jar:2.2.4'