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