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