License |
License |
---|---|
GroupId | GroupIdio.github.rybalkinsd |
ArtifactId | ArtifactIdkohttp |
Version | Version0.12.0 |
Type | Typejar |
Description |
DescriptionKotlin DSL http client
Kotlin DSL http client
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kohttp-0.12.0.pom | |
kohttp-0.12.0.jar | 146 KB |
kohttp-0.12.0-sources.jar | 31 KB |
kohttp-0.12.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/ -->
<dependency>
<groupId>io.github.rybalkinsd</groupId>
<artifactId>kohttp</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/
implementation 'io.github.rybalkinsd:kohttp:0.12.0'
// https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/
implementation ("io.github.rybalkinsd:kohttp:0.12.0")
'io.github.rybalkinsd:kohttp:jar:0.12.0'
<dependency org="io.github.rybalkinsd" name="kohttp" rev="0.12.0">
<artifact name="kohttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rybalkinsd', module='kohttp', version='0.12.0')
)
libraryDependencies += "io.github.rybalkinsd" % "kohttp" % "0.12.0"
[io.github.rybalkinsd/kohttp "0.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.2.1 |
com.squareup.okhttp3 : okhttp | jar | 3.14.2 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |