License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-okhttp |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktor-client-okhttp
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktor-client-okhttp-2.0.2.pom | |
ktor-client-okhttp-2.0.2.jar | 51 KB |
ktor-client-okhttp-2.0.2-sources.jar | 6 KB |
ktor-client-okhttp-2.0.2-kdoc.jar | 19 KB |
ktor-client-okhttp-2.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-okhttp/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-okhttp</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-okhttp/
implementation 'io.ktor:ktor-client-okhttp:2.0.2'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-okhttp/
implementation ("io.ktor:ktor-client-okhttp:2.0.2")
'io.ktor:ktor-client-okhttp:jar:2.0.2'
<dependency org="io.ktor" name="ktor-client-okhttp" rev="2.0.2">
<artifact name="ktor-client-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-okhttp', version='2.0.2')
)
libraryDependencies += "io.ktor" % "ktor-client-okhttp" % "2.0.2"
[io.ktor/ktor-client-okhttp "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |