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