не последняя версия
Последняя версия 0.12.0

io.github.rybalkinsd:kohttp 0.10.0

Kotlin http dsl based on okhttp

Группа

Группа

io.github.rybalkinsd
Идентификатор

Идентификатор

kohttp
Версия

Версия

0.10.0
Тип

Тип

jar

Скачать kohttp 0.10.0


<!-- https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/ -->
<dependency>
    <groupId>io.github.rybalkinsd</groupId>
    <artifactId>kohttp</artifactId>
    <version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/
implementation 'io.github.rybalkinsd:kohttp:0.10.0'
// https://jarcasting.com/artifacts/io.github.rybalkinsd/kohttp/
implementation ("io.github.rybalkinsd:kohttp:0.10.0")
'io.github.rybalkinsd:kohttp:jar:0.10.0'
<dependency org="io.github.rybalkinsd" name="kohttp" rev="0.10.0">
  <artifact name="kohttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rybalkinsd', module='kohttp', version='0.10.0')
)
libraryDependencies += "io.github.rybalkinsd" % "kohttp" % "0.10.0"
[io.github.rybalkinsd/kohttp "0.10.0"]