k

ktor-client-okhttp

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-okhttp-1.1.2.jar download
ktor-client-okhttp-1.1.2.pom download
ktor-client-okhttp-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.ktor</groupId>
  <artifactId>ktor-client-okhttp</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.ktor:ktor-client-okhttp:1.1.2'
Gradle Kotlin
implementation("io.ktor:ktor-client-okhttp:1.1.2")
Scala SBT
libraryDependencies += "io.ktor" % "ktor-client-okhttp" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.ktor', module='ktor-client-okhttp', version='1.1.2')
)
Apache Ivy
<dependency org="io.ktor" name="ktor-client-okhttp" rev="1.1.2" />
Leiningen
[io.ktor/ktor-client-okhttp "1.1.2"]
Apache Buildr
'io.ktor:ktor-client-okhttp:jar:1.1.2'