Files download
File Operation
kohttp-0.11.1.jar download
kohttp-0.11.1.pom download
kohttp-0.11.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.rybalkinsd</groupId>
  <artifactId>kohttp</artifactId>
  <version>0.11.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.rybalkinsd:kohttp:0.11.1'
Gradle Kotlin
implementation("io.github.rybalkinsd:kohttp:0.11.1")
Scala SBT
libraryDependencies += "io.github.rybalkinsd" % "kohttp" % "0.11.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rybalkinsd', module='kohttp', version='0.11.1')
)
Apache Ivy
<dependency org="io.github.rybalkinsd" name="kohttp" rev="0.11.1" />
Leiningen
[io.github.rybalkinsd/kohttp "0.11.1"]
Apache Buildr
'io.github.rybalkinsd:kohttp:jar:0.11.1'