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