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