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