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