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