<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-okhttp</artifactId> <version>1.6.7</version> </dependency>
implementation 'io.ktor:ktor-client-okhttp:1.6.7'
implementation("io.ktor:ktor-client-okhttp:1.6.7")
libraryDependencies += "io.ktor" % "ktor-client-okhttp" % "1.6.7"
@Grapes( @Grab(group='io.ktor', module='ktor-client-okhttp', version='1.6.7') )
<dependency org="io.ktor" name="ktor-client-okhttp" rev="1.6.7" />
[io.ktor/ktor-client-okhttp "1.6.7"]
'io.ktor:ktor-client-okhttp:jar:1.6.7'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0
|-- org.jetbrains.kotlin:kotlin-stdlib:1.6.0
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.0
|-- org.slf4j:slf4j-api:1.7.32
|-- io.ktor:ktor-client-core-jvm:1.6.7
|-- com.squareup.okhttp3:okhttp:4.9.2