h

httpclient

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