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