h

httpclient

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